Skip to content

Commit

Permalink
Update to more recent checkout github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Feb 12, 2024
1 parent c398c8c commit 21ed6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Copying the protocol files
Expand All @@ -27,7 +27,7 @@ jobs:
env:
VCPKG_DEFAULT_TRIPLET: x64-windows
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: lukka/get-cmake@latest
Expand Down

0 comments on commit 21ed6af

Please sign in to comment.