Skip to content

Commit 8dad62a

Browse files
authored
Merge pull request #922 from pidcodes/dependabot/github_actions/actions/cache-4
Bump actions/cache from 2 to 4
2 parents e7683b1 + 0eaf257 commit 8dad62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/htmlproofer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: ruby/setup-ruby@v1
1212
with:
1313
ruby-version: '2.6'
14-
- uses: actions/cache@v2
14+
- uses: actions/cache@v4
1515
with:
1616
path: vendor/bundle
1717
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}

0 commit comments

Comments
 (0)