Skip to content

Commit 7eecef4

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

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/native_build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1717

1818
- name: set up JDK 17
19-
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
19+
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
2020
with:
2121
java-version: '17'
2222
distribution: 'adopt'
@@ -27,7 +27,7 @@ jobs:
2727
cache: 'yarn'
2828
cache-dependency-path: '**/yarn.lock'
2929

30-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
30+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3131
with:
3232
path: |
3333
~/.npm
@@ -62,7 +62,7 @@ jobs:
6262
cache: 'yarn'
6363
cache-dependency-path: '**/yarn.lock'
6464

65-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
65+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6666
with:
6767
path: |
6868
~/.npm
@@ -74,15 +74,15 @@ jobs:
7474
${{ runner.os }}-node-
7575
7676
- name: Cache gem bundle
77-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
77+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7878
with:
7979
path: ./ci/vendor
8080
key: ${{ runner.os }}-gembundle-${{ hashFiles('**/Gemfile.lock') }}
8181
restore-keys: |
8282
${{ runner.os }}-gembundle-
8383
8484
- name: Cache cocoapods
85-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
85+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8686
with:
8787
path: ./ci/ios/Pods
8888
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}

.github/workflows/pinact_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424

2525
- name: Install aqua (installs pinact)
26-
uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4
26+
uses: aquaproj/aqua-installer@96a9bc20066c5bf5e275b41019cfc165b25f4e2e # v4.0.5
2727
with:
2828
aqua_version: v2.56.1
2929
aqua_opts: "-c aqua.yaml"

.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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
22+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2323
with:
2424
path: |
2525
~/.npm

0 commit comments

Comments
 (0)