diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa4d931..ffa371b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - env: GH_TOKEN: ${{ github.token }} run: gh release create ${{ github.ref_name }} @@ -56,7 +56,7 @@ jobs: target: aarch64-unknown-linux-gnu command: cross steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }}