Skip to content

Commit 04f5d10

Browse files
committed
update ci
1 parent b25c98e commit 04f5d10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
persist-credentials: false
2323

@@ -34,9 +34,9 @@ jobs:
3434
node-version-file: '.tool-versions'
3535

3636
- name: Set up Go
37-
uses: actions/setup-go@v5
37+
uses: actions/setup-go@v6
3838
with:
39-
go-version: '1.25.3'
39+
go-version: '1.25.5'
4040
cache-dependency-path: |
4141
wasm_inliner/go.sum
4242
wasm_inliner/inliner/go.sum
@@ -47,7 +47,7 @@ jobs:
4747
run: yarn install --immutable
4848

4949
- name: FE build cache cache
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: |
5353
tmp/cache

0 commit comments

Comments
 (0)