diff options
| author | KunoiSayami <[email protected]> | 2022-10-14 21:26:57 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-10-14 21:51:39 +0800 |
| commit | 4c58b52777aa8e1c9a8d8d20a4350be039bcdf90 (patch) | |
| tree | 5e7ba412dfa24809c32c84186e4f4bbf388c13b3 /.github/workflows/build-cross.yml | |
| parent | 7a60d214978b7318c3e32af4793e613fd471183b (diff) | |
fix(ci): Fix deprecate command set-outputv4.0.0-rc
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to '.github/workflows/build-cross.yml')
| -rw-r--r-- | .github/workflows/build-cross.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-cross.yml b/.github/workflows/build-cross.yml index 68f08fd..4d7f548 100644 --- a/.github/workflows/build-cross.yml +++ b/.github/workflows/build-cross.yml @@ -10,7 +10,7 @@ jobs: build_aarch64: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: toolchain: stable |
