Skip to content

Commit

Permalink
Merge pull request #26 from jrcichra/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
jrcichra authored Jan 18, 2024
2 parents c7e76b7 + 2573ee7 commit bc4008e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kapplier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Cache target directory
id: cache-target
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: target
key: ${{ runner.os }}
Expand Down

0 comments on commit bc4008e

Please sign in to comment.