Skip to content

Commit

Permalink
Merge pull request #5 from waywardmonkeys/ci-update-actions
Browse files Browse the repository at this point in the history
ci: Update to `actions/checkout@v4` from `v3`.
  • Loading branch information
eliemichel authored Dec 13, 2023
2 parents d538189 + cfc66a3 commit 45d15f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- if: ${{ matrix.install-deps }}
name: Install dependencies
Expand Down

0 comments on commit 45d15f9

Please sign in to comment.