Skip to content

Commit

Permalink
Use checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaileychess committed Nov 29, 2022
1 parent 2c74e1a commit 7c358ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -427,7 +427,7 @@ jobs:
name: Build PHP
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: flatc
# FIXME: make test script not rely on flatc
run: cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DFLATBUFFERS_BUILD_TESTS=OFF -DFLATBUFFERS_INSTALL=OFF -DFLATBUFFERS_BUILD_FLATLIB=OFF -DFLATBUFFERS_BUILD_FLATHASH=OFF -DFLATBUFFERS_STRICT_MODE=ON . && make -j
Expand Down

0 comments on commit 7c358ce

Please sign in to comment.