We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526ccec commit ce733efCopy full SHA for ce733ef
1 file changed
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
bundler-cache: true
34
35
- name: Cache RuboCop
36
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
37
with:
38
path: tmp/rubocop_cache
39
key: rubocop-${{ runner.os }}-${{ hashFiles('Gemfile.lock', '.rubocop.yml') }}
0 commit comments