Skip to content

Commit

Permalink
chore: Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
F0bes committed Apr 6, 2024
1 parent 880dd98 commit 06d9a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: sudo apt update && sudo apt install -y gcc-12 g++-12 make ragel lemon cmake

- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure CMake
run: CC=gcc-12 CXX=g++-12 cmake -DDISABLE_CLANG_TIDY=YES -B ${{github.workspace}}/build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: sudo apt update && sudo apt install -y gcc-12 g++-12 build-essential ragel lemon cmake

- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: git fetch --tags

- name: Configure CMake
Expand Down

0 comments on commit 06d9a0e

Please sign in to comment.