diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b769d44..9375ac9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,16 +30,16 @@ jobs: CARGO_CACHE: ${{ github.workspace }}/.cache/cargo-registry XWIN_CACHE: ${{ github.workspace }}/.cache/xwin steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: # The draft has no tag yet; build exactly the commit it is pinned to. ref: ${{ inputs.sha }} # The MSVC CRT/SDK download only changes when the xwin setup does. - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: .cache/xwin key: xwin-${{ hashFiles('bin/build') }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: .cache/cargo-registry key: cargo-registry-${{ hashFiles('Cargo.lock') }}