We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 803269e + 69dd6ff commit bd08786Copy full SHA for bd08786
1 file changed
.github/workflows/htmlproofer.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: ruby/setup-ruby@v1
12
with:
13
ruby-version: '3.3'
14
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
15
16
path: vendor/bundle
17
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
0 commit comments