Skip to content

Commit bd08786

Browse files
authored
Merge pull request #1129 from pidcodes/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 803269e + 69dd6ff commit bd08786

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: '3.3'
14-
- uses: actions/cache@v4
14+
- uses: actions/cache@v5
1515
with:
1616
path: vendor/bundle
1717
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}

0 commit comments

Comments
 (0)