File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 29
29
if : ' !contains(join(github.event.commits.*.message), needs.vars.outputs.commit-prefix)'
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v3
33
33
with :
34
34
token : ${{ secrets.WORKFLOW_PAT }}
35
35
- name : Configure git
Original file line number Diff line number Diff line change 17
17
format :
18
18
runs-on : ubuntu-20.04
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- uses : actions-rs/toolchain@v1
22
22
with :
23
23
profile : minimal
37
37
name : Clippy
38
38
runs-on : ubuntu-20.04
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v3
41
41
- uses : actions-rs/toolchain@v1
42
42
with :
43
43
profile : minimal
Original file line number Diff line number Diff line change 16
16
- stable
17
17
- beta
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
- uses : actions-rs/toolchain@v1
21
21
with :
22
22
profile : minimal
Original file line number Diff line number Diff line change 56
56
rust_version : beta
57
57
fail-fast : false
58
58
steps :
59
- - uses : actions/checkout@v2
60
- - uses : actions/setup-node@v2
59
+ - uses : actions/checkout@v3
60
+ - uses : actions/setup-node@v3
61
61
with :
62
62
node-version : ${{ matrix.node_version }}
63
63
cache : yarn
75
75
- name : Check test coverage
76
76
if : ${{ contains(matrix.system.os, 'ubuntu') && matrix.node_version == '16'
77
77
&& matrix.rust_version == 'stable' && github.base_ref != '' }}
78
- uses : anuraag016/Jest-Coverage-Diff@V1.3
78
+ uses : anuraag016/Jest-Coverage-Diff@V1.4
79
79
with :
80
80
fullCoverageDiff : false
81
81
delta : 0.2
98
98
steps :
99
99
- run : apk add build-base git python3 wget
100
100
- run : echo RUSTFLAGS="-C target-feature=-crt-static" >> "${GITHUB_ENV}"
101
- - uses : actions/checkout@v2
101
+ - uses : actions/checkout@v3
102
102
- uses : actions-rs/toolchain@v1
103
103
with :
104
104
profile : minimal
Original file line number Diff line number Diff line change 16
16
update :
17
17
runs-on : ubuntu-20.04
18
18
steps :
19
- - uses : actions/setup-python@v2
19
+ - uses : actions/setup-python@v3
20
20
- name : Install JSON tools
21
21
run : pip3 install jsonpatch pyyaml
22
22
- name : Build yaml2json, json2yaml
@@ -56,12 +56,12 @@ jobs:
56
56
57
57
'
58
58
- name : Check out this repo
59
- uses : actions/checkout@v2
59
+ uses : actions/checkout@v3
60
60
with :
61
61
path : thisrepo
62
62
token : ${{ secrets.WORKFLOW_PAT }}
63
63
- name : Check out template repo
64
- uses : actions/checkout@v2
64
+ uses : actions/checkout@v3
65
65
with :
66
66
path : depot
67
67
repository : IronCoreLabs/depot
You can’t perform that action at this time.
0 commit comments