File tree 9 files changed +269
-414
lines changed
9 files changed +269
-414
lines changed Original file line number Diff line number Diff line change 10
10
cargo-deny :
11
11
runs-on : [ubuntu-latest]
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- uses : EmbarkStudios/cargo-deny-action@v1
Original file line number Diff line number Diff line change 18
18
test :
19
19
runs-on : [ubuntu-latest]
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
submodules : true
24
24
- run : rustup toolchain install stable --profile default
Original file line number Diff line number Diff line change 18
18
test :
19
19
runs-on : [ubuntu-latest]
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
submodules : true
24
24
- run : rustup toolchain install stable --profile default
Original file line number Diff line number Diff line change 18
18
test :
19
19
runs-on : [ubuntu-latest]
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
submodules : true
24
24
- run : rustup toolchain install stable --profile default
@@ -35,11 +35,18 @@ jobs:
35
35
if : github.ref == 'refs/heads/main'
36
36
runs-on : [ubuntu-latest]
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
with :
40
40
submodules : true
41
41
- run : rustup toolchain install stable --profile minimal
42
- - run : yarn
42
+ - name : Enable corepack
43
+ run : corepack enable
44
+ - name : Use Node 21
45
+ uses : actions/setup-node@v4
46
+ with :
47
+ node-version : 21
48
+ cache : yarn
49
+ - run : yarn install --immutable
43
50
working-directory : ./badgers-worker
44
51
- name : Deploy to Cloudflare
45
52
run : npx wrangler deploy
You can’t perform that action at this time.
0 commit comments