Skip to content

Commit 164b656

Browse files
authored
Merge pull request redhat-documentation#845 from redhat-documentation/dependabot/github_actions/actions/cache-4
Bump actions/cache from 2 to 4
2 parents a175208 + 4dcbb6c commit 164b656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
PR_NUMBER
6767
PR_SHA
6868
retention-days: 7
69-
- uses: actions/cache@v2
69+
- uses: actions/cache@v4
7070
with:
7171
path: tmp/.htmltest
7272
key: ${{ runner.os }}-htmltest

0 commit comments

Comments
 (0)