File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-20.04
24
24
if : ${{ github.event_name == 'pull_request' }}
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v3
27
27
with :
28
28
fetch-depth : 0
29
29
- run : sudo apt-get install clang-format
40
40
- { tag: wasm32-unknown-emscripten }
41
41
runs-on : ubuntu-20.04
42
42
steps :
43
- - uses : actions/checkout@v2
43
+ - uses : actions/checkout@v3
44
44
- uses : actions/cache@v2
45
45
with :
46
46
path : /tmp/.buildx-cache
@@ -149,7 +149,7 @@ jobs:
149
149
needs : [build-builder-image]
150
150
runs-on : ubuntu-20.04
151
151
steps :
152
- - uses : actions/checkout@v2
152
+ - uses : actions/checkout@v3
153
153
- name : Fetch builder image
154
154
uses : actions/download-artifact@v2
155
155
with :
@@ -178,7 +178,7 @@ jobs:
178
178
runs-on : ubuntu-20.04
179
179
if : ${{ startsWith(github.ref, 'refs/tags/') || inputs.publish }}
180
180
steps :
181
- - uses : actions/checkout@v2
181
+ - uses : actions/checkout@v3
182
182
- uses : actions/download-artifact@v2
183
183
with :
184
184
path : release
Original file line number Diff line number Diff line change 15
15
outputs :
16
16
tag-name : ${{ steps.generate-tag.outputs.TAG_NAME }}
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
- name : git config
20
20
run : |
21
21
git config --local user.email "[email protected] "
You can’t perform that action at this time.
0 commit comments