Skip to content

Commit

Permalink
Merge pull request #1007 from gruenich/feature/update-github-actions
Browse files Browse the repository at this point in the history
update GitHub actions checkout and actions-setup-cmake
  • Loading branch information
leethomason authored Dec 5, 2024
2 parents d13a151 + 1fdf653 commit d418ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
# System set-up
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- uses: seanmiddleditch/gha-setup-ninja@master
- uses: jwlawson/actions-setup-cmake@v1.8
- uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: ${{ matrix.cmake }}

Expand Down

0 comments on commit d418ac2

Please sign in to comment.