Skip to content

Commit 1bd8c32

Browse files
authored
chore(pinact): pin/update GitHub Actions (#385)
Automated update by pinact. Co-authored-by: davidliu <242400+davidliu@users.noreply.github.com>
1 parent 8c44d95 commit 1bd8c32

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/native_build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: 'yarn'
2828
cache-dependency-path: '**/yarn.lock'
2929

30-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
30+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3131
with:
3232
path: |
3333
~/.npm
@@ -63,7 +63,7 @@ jobs:
6363
cache: 'yarn'
6464
cache-dependency-path: '**/yarn.lock'
6565

66-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
66+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6767
with:
6868
path: |
6969
~/.npm
@@ -75,15 +75,15 @@ jobs:
7575
${{ runner.os }}-node-
7676
7777
- name: Cache gem bundle
78-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
78+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7979
with:
8080
path: ./ci/vendor
8181
key: ${{ runner.os }}-gembundle-${{ hashFiles('**/Gemfile.lock') }}
8282
restore-keys: |
8383
${{ runner.os }}-gembundle-
8484
8585
- name: Cache cocoapods
86-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
86+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8787
with:
8888
path: ./ci/ios/Pods
8989
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 22
2121

22-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
22+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2323
with:
2424
path: |
2525
~/.npm

0 commit comments

Comments
 (0)