Skip to content

Commit

Permalink
Update c.yml
Browse files Browse the repository at this point in the history
`As noted above from @ebrannin-bw, upgrading to use actions/checkout@v3 should correct the deprecations. If it doesn't, please re-open this with some more information about your workflow :)`
actions/checkout#1047
  • Loading branch information
saladuit committed Apr 11, 2023
1 parent e63fad5 commit 0135a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install dependencies
run: |
brew update && brew install criterion readline lcov gcovr
Expand Down

0 comments on commit 0135a7e

Please sign in to comment.