Skip to content

Commit 629b5fc

Browse files
1 parent d2e6e47 commit 629b5fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-20.04
2424
if: ${{ github.event_name == 'pull_request' }}
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
with:
2828
fetch-depth: 0
2929
- run: sudo apt-get install clang-format
@@ -40,7 +40,7 @@ jobs:
4040
- { tag: wasm32-unknown-emscripten }
4141
runs-on: ubuntu-20.04
4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
- uses: actions/cache@v2
4545
with:
4646
path: /tmp/.buildx-cache
@@ -149,7 +149,7 @@ jobs:
149149
needs: [build-builder-image]
150150
runs-on: ubuntu-20.04
151151
steps:
152-
- uses: actions/checkout@v2
152+
- uses: actions/checkout@v3
153153
- name: Fetch builder image
154154
uses: actions/download-artifact@v2
155155
with:
@@ -178,7 +178,7 @@ jobs:
178178
runs-on: ubuntu-20.04
179179
if: ${{ startsWith(github.ref, 'refs/tags/') || inputs.publish }}
180180
steps:
181-
- uses: actions/checkout@v2
181+
- uses: actions/checkout@v3
182182
- uses: actions/download-artifact@v2
183183
with:
184184
path: release

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
outputs:
1616
tag-name: ${{ steps.generate-tag.outputs.TAG_NAME }}
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: git config
2020
run: |
2121
git config --local user.email "[email protected]"

0 commit comments

Comments
 (0)