Skip to content

Commit ef09d7f

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

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/changeset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Use Node.js 24
30-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
30+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3131
with:
3232
node-version: 24 # NPM 11.5.1+ required for OIDC trusted publishing
3333
cache: yarn
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Create Release Pull Request or Publish to npm
4343
id: changesets
44-
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
44+
uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
4545
with:
4646
version: yarn ci:version
4747
publish: yarn ci:publish

.github/workflows/native_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: '17'
2222
distribution: 'adopt'
2323

24-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
24+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2525
with:
2626
node-version: 22
2727
cache: 'yarn'
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5858

59-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
59+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6060
with:
6161
node-version: 22
6262
cache: 'yarn'

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717

18-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
18+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1919
with:
2020
node-version: 22
2121

0 commit comments

Comments
 (0)