Skip to content

Commit

Permalink
checkout action should be v3
Browse files Browse the repository at this point in the history
  • Loading branch information
yixuan committed Aug 1, 2023
1 parent 1f53e26 commit 87ca148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
compiler: [ gcc ]
BUILD_TYPE : [ Debug ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: dependencies
run: sudo apt install libeigen3-dev
- name: configure
Expand Down

0 comments on commit 87ca148

Please sign in to comment.