File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,22 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
name : Check
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- name : cargo check
15
15
run : cargo check
16
16
test :
17
17
runs-on : ubuntu-latest
18
18
name : Test
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : cargo test
22
22
run : cargo test
23
23
# uncomment to enable clippy lints
24
24
# clippy:
25
25
# runs-on: ubuntu-latest
26
26
# name: Lint (clippy)
27
27
# steps:
28
- # - uses: actions/checkout@v2
28
+ # - uses: actions/checkout@v3
29
29
# - name: cargo clippy
30
30
# run: cargo clippy -- -D warnings
31
31
# uncoment to enable format checking
Original file line number Diff line number Diff line change 10
10
update-readme :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
if : ${{ env.AOC_ENABLED }}
15
15
env :
16
16
AOC_ENABLED : ${{ secrets.AOC_ENABLED }}
You can’t perform that action at this time.
0 commit comments