Skip to content

Commit ce733ef

Browse files
deps(deps): bump actions/cache to 5.0.5 (#17)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 526ccec commit ce733ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
bundler-cache: true
3434

3535
- name: Cache RuboCop
36-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
36+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3737
with:
3838
path: tmp/rubocop_cache
3939
key: rubocop-${{ runner.os }}-${{ hashFiles('Gemfile.lock', '.rubocop.yml') }}

0 commit comments

Comments
 (0)