Skip to content

Commit

Permalink
Updatign CI to remove deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Apr 19, 2024
1 parent 1c6f11b commit f98c564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
which ${{matrix.cxx}}
${{matrix.cxx}} --version
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: mkdir bin
run: mkdir bin
- name: cmake
Expand Down

0 comments on commit f98c564

Please sign in to comment.