File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 77 security_audit :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v3
1111
1212 - id : ls-crates-io-index
1313 name : Get head commit hash of crates.io registry index
Original file line number Diff line number Diff line change 1010 - name : Install linters
1111 run : pip3 install black
1212
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414
1515 - name : Check formatting (black)
1616 run : black ./catalyst-toolbox/scripts/python --check
Original file line number Diff line number Diff line change 2121 upload_url : ${{ steps.create_release.outputs.upload_url }}
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v3
2525
2626 - id : release_info
2727 name : Get release information
5151 cargo-lock-hash : ${{ steps.hash-cargo-lock.outputs.hash }}
5252 steps :
5353 - name : Checkout code
54- uses : actions/checkout@v2
54+ uses : actions/checkout@v3
5555
5656 - id : ls-crates-io-index
5757 name : Get head commit hash of crates.io registry index
9898 key : cargo-deps-${{ needs.cache_info.outputs.cargo-lock-hash }}
9999
100100 - name : Check out the repository
101- uses : actions/checkout@v2
101+ uses : actions/checkout@v3
102102 with :
103103 submodules : true
104104
@@ -135,7 +135,7 @@ jobs:
135135 default : true
136136
137137 - name : Checkout code
138- uses : actions/checkout@v2
138+ uses : actions/checkout@v3
139139 with :
140140 submodules : true
141141
@@ -234,7 +234,7 @@ jobs:
234234 runs-on : ubuntu-latest
235235 steps :
236236 - name : Check out the repository
237- uses : actions/checkout@v2
237+ uses : actions/checkout@v3
238238
239239 - name : Publish release
240240 env :
Original file line number Diff line number Diff line change 1111 name : Update dependencies
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515
1616 - id : cargo-deps
1717 name : Cache cargo dependencies
5757 NOTIFICATION_APP_CODE : ${{ secrets.NOTIFICATION_APP_CODE }}
5858 NOTIFICATION_ACCESS_TOKEN : ${{ secrets.NOTIFICATION_ACCESS_TOKEN }}
5959 steps :
60- - uses : actions/checkout@v2
60+ - uses : actions/checkout@v3
6161
6262 - name : Allow long paths on Windows
6363 if : ${{ runner.os == 'Windows' }}
@@ -115,7 +115,7 @@ jobs:
115115 env :
116116 CARGO_INCREMENTAL : 0
117117 steps :
118- - uses : actions/checkout@v2
118+ - uses : actions/checkout@v3
119119 - uses : actions-rs/toolchain@v1
120120 with :
121121 profile : minimal
@@ -156,7 +156,7 @@ jobs:
156156 NOTIFICATION_ACCESS_TOKEN : ${{ secrets.NOTIFICATION_ACCESS_TOKEN }}
157157
158158 steps :
159- - uses : actions/checkout@v2
159+ - uses : actions/checkout@v3
160160
161161 - name : Install Rust toolchain
162162 uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments