diff options
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3060b6..d311621 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -57,7 +57,7 @@ jobs: | |||
| 57 | build-tool: cargo | 57 | build-tool: cargo |
| 58 | runs-on: ${{ matrix.os }} | 58 | runs-on: ${{ matrix.os }} |
| 59 | steps: | 59 | steps: |
| 60 | - uses: actions/checkout@v3 | 60 | - uses: actions/checkout@v5 |
| 61 | - uses: dtolnay/rust-toolchain@stable | 61 | - uses: dtolnay/rust-toolchain@stable |
| 62 | - name: Install cargo-zigbuild using Homebrew for macOS | 62 | - name: Install cargo-zigbuild using Homebrew for macOS |
| 63 | if: runner.os == 'macOS' && matrix.build-tool == 'cargo-zigbuild' | 63 | if: runner.os == 'macOS' && matrix.build-tool == 'cargo-zigbuild' |