Skip to content

Commit 2cc3d17

Browse files
committed
ci: upgrade action with node 24
1 parent 550b355 commit 2cc3d17

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/commit-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: macos-latest
99
steps:
1010
- name: Checkout last commit
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
with:
1313
submodules: true
1414

@@ -32,7 +32,7 @@ jobs:
3232
run: periphery scan --relative-results --skip-build --index-store-path build/Index.noindex/DataStore
3333

3434
- name: Upload Squirrel artifact
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v6
3636
with:
3737
name: Squirrel-${{ env.git_ref_name }}.zip
3838
path: package/*.pkg

.github/workflows/pull-request-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: macos-latest
66
steps:
77
- name: Checkout last commit
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v6
99
with:
1010
submodules: true
1111

@@ -29,7 +29,7 @@ jobs:
2929
run: periphery scan --relative-results --skip-build --index-store-path build/Index.noindex/DataStore
3030

3131
- name: Upload Squirrel artifact
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v6
3333
with:
3434
name: Squirrel-${{ env.git_ref_name }}.zip
3535
path: package/*.pkg

.github/workflows/release-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
SQUIRREL_BUNDLED_RECIPES: 'lotem/rime-octagram-data lotem/rime-octagram-data@hant'
1515
steps:
1616
- name: Checkout last commit
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
submodules: true

0 commit comments

Comments
 (0)