File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
lints :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
- uses : actions-rs/toolchain@v1
18
18
with :
19
19
toolchain : stable
31
31
os : ['ubuntu-latest', 'windows-latest', 'macos-latest']
32
32
runs-on : ${{ matrix.os }}
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v4
35
35
- uses : actions-rs/cargo@v1
36
36
- uses : actions-rs/toolchain@v1
37
37
with :
41
41
wasm :
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@v2
44
+ - uses : actions/checkout@v4
45
45
- uses : actions-rs/toolchain@v1
46
46
with :
47
47
toolchain : stable
52
52
# needs: test
53
53
# steps:
54
54
# - name: Checkout
55
- # uses: actions/checkout@v2.3.1
55
+ # uses: actions/checkout@v4
56
56
# - name: Build the book
57
57
# run: cd guide && mdbook build
58
58
# - name: Deploy
61
61
# with:
62
62
# branch: master
63
63
# folder: guide/book
64
- # token: ${{ secrets.GITHUB_TOKEN }}
64
+ # token: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments