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 2929 if : ' !contains(join(github.event.commits.*.message), needs.vars.outputs.commit-prefix)'
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v2
32+ uses : actions/checkout@v3
3333 with :
3434 token : ${{ secrets.WORKFLOW_PAT }}
3535 - name : Configure git
Original file line number Diff line number Diff line change 1717 format :
1818 runs-on : ubuntu-20.04
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 - uses : actions-rs/toolchain@v1
2222 with :
2323 profile : minimal
3737 name : Clippy
3838 runs-on : ubuntu-20.04
3939 steps :
40- - uses : actions/checkout@v2
40+ - uses : actions/checkout@v3
4141 - uses : actions-rs/toolchain@v1
4242 with :
4343 profile : minimal
Original file line number Diff line number Diff line change 1616 - stable
1717 - beta
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v3
2020 - uses : actions-rs/toolchain@v1
2121 with :
2222 profile : minimal
Original file line number Diff line number Diff line change 5656 rust_version : beta
5757 fail-fast : false
5858 steps :
59- - uses : actions/checkout@v2
60- - uses : actions/setup-node@v2
59+ - uses : actions/checkout@v3
60+ - uses : actions/setup-node@v3
6161 with :
6262 node-version : ${{ matrix.node_version }}
6363 cache : yarn
7575 - name : Check test coverage
7676 if : ${{ contains(matrix.system.os, 'ubuntu') && matrix.node_version == '16'
7777 && matrix.rust_version == 'stable' && github.base_ref != '' }}
78- uses : anuraag016/Jest-Coverage-Diff@V1.3
78+ uses : anuraag016/Jest-Coverage-Diff@V1.4
7979 with :
8080 fullCoverageDiff : false
8181 delta : 0.2
9898 steps :
9999 - run : apk add build-base git python3 wget
100100 - run : echo RUSTFLAGS="-C target-feature=-crt-static" >> "${GITHUB_ENV}"
101- - uses : actions/checkout@v2
101+ - uses : actions/checkout@v3
102102 - uses : actions-rs/toolchain@v1
103103 with :
104104 profile : minimal
Original file line number Diff line number Diff line change 1616 update :
1717 runs-on : ubuntu-20.04
1818 steps :
19- - uses : actions/setup-python@v2
19+ - uses : actions/setup-python@v3
2020 - name : Install JSON tools
2121 run : pip3 install jsonpatch pyyaml
2222 - name : Build yaml2json, json2yaml
@@ -56,12 +56,12 @@ jobs:
5656
5757 '
5858 - name : Check out this repo
59- uses : actions/checkout@v2
59+ uses : actions/checkout@v3
6060 with :
6161 path : thisrepo
6262 token : ${{ secrets.WORKFLOW_PAT }}
6363 - name : Check out template repo
64- uses : actions/checkout@v2
64+ uses : actions/checkout@v3
6565 with :
6666 path : depot
6767 repository : IronCoreLabs/depot
You can’t perform that action at this time.
0 commit comments