Skip to content

Commit

Permalink
Merge pull request #260 from containers/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
[skip-ci] Update actions/cache action to v4
  • Loading branch information
TomSweeneyRedHat authored Jan 18, 2024
2 parents 6bf3bd4 + 63f186a commit 2abdc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 2abdc78

Please sign in to comment.