File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
RUST_BACKTRACE : full
28
28
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- uses : dsherret/rust-toolchain-file@v1
32
32
- name : Install wasm32 target
33
33
if : matrix.config.kind == 'test_release'
57
57
run : echo ::set-output name=TAG_VERSION::${GITHUB_REF/refs\/tags\//}
58
58
59
59
# NPM
60
- - uses : actions/setup-node@v2
60
+ - uses : actions/setup-node@v4
61
61
if : matrix.config.kind == 'test_release'
62
62
with :
63
63
node-version : ' 20.x'
@@ -90,10 +90,10 @@ jobs:
90
90
run : cargo publish
91
91
92
92
# GITHUB RELEASE
93
- - uses : denoland/setup-deno@v1
93
+ - uses : denoland/setup-deno@v2
94
94
if : matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/')
95
95
with :
96
- deno-version : v1 .x
96
+ deno-version : v2 .x
97
97
- name : Pre-release
98
98
if : matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/')
99
99
run : |
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
21
21
steps :
22
22
- name : Clone repository
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
token : ${{ secrets.GH_DPRINTBOT_PAT }}
26
26
27
- - uses : denoland/setup-deno@v1
27
+ - uses : denoland/setup-deno@v2
28
28
- uses : dsherret/rust-toolchain-file@v1
29
29
30
30
- name : Bump version and tag
You can’t perform that action at this time.
0 commit comments