Skip to content

Commit

Permalink
Merge pull request #1116 from strukturag/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
farindk authored Jan 18, 2024
2 parents 7a8e5f5 + b508275 commit 426b5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Cache Coverity build tool
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
coverity_tool.tar.gz
Expand Down

0 comments on commit 426b5fc

Please sign in to comment.