diff --git a/.github/workflows/steel.yml b/.github/workflows/steel.yml index ac3a5e2e5..3013085ba 100644 --- a/.github/workflows/steel.yml +++ b/.github/workflows/steel.yml @@ -146,7 +146,7 @@ jobs: run: | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cargo/bin/steel key: ${{ runner.os }}-steel-cli