Skip to content

Commit

Permalink
Update coverity2.yml to actions/cache version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
stsoe authored Jan 15, 2025
1 parent 2e6dfca commit e068bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Store sha
run: echo ${{ github.sha }} > sha
- name: Compare sha
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-sha
with:
path: sha
Expand Down

0 comments on commit e068bce

Please sign in to comment.