Update actions/cache digest to 27d5ce7

This commit is contained in:
renovate[bot] 2026-04-15 14:57:26 +00:00 committed by GitHub
parent 8d5ec224c9
commit f9766ae5fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ jobs:
bundler-cache: true
- name: Cache Ruby Gems
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
with:
path: vendor/bundle
key: ${{ runner.os }}-ruby-${{ hashFiles('**/Gemfile.lock') }}

View File

@ -32,7 +32,7 @@ jobs:
ruby-version: "3.4.8"
- name: Cache Ruby gems
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
with:
path: vendor/bundle
key: ${{ runner.os }}-ruby-${{ hashFiles('Gemfile.lock') }}
@ -48,7 +48,7 @@ jobs:
run: npm ci || npm ci
- name: Cache CocoaPods
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
with:
path: ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }}