Skip to content

Commit

Permalink
Merge pull request #707 from redhat-documentation/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
aireilly authored Jan 24, 2024
2 parents 80a119c + da8c08e commit 3f7ab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: echo "yearweek=$(/bin/date -u "+%Y%U")" >> $GITHUB_OUTPUT
shell: bash
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache
with:
Expand Down

0 comments on commit 3f7ab4a

Please sign in to comment.