Skip to content

Commit

Permalink
update github action checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Nov 17, 2024
1 parent 423aaca commit 3523f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
FCFLAGS: --coverage
steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: install dependencies
run: sudo apt-get install lcov libeigen3-dev
- name: cmake
Expand Down

0 comments on commit 3523f9c

Please sign in to comment.