diff --git a/.forgejo/workflows/check_and_lint.yaml b/.forgejo/workflows/check_and_lint.yaml index a6b7be1..32f2105 100644 --- a/.forgejo/workflows/check_and_lint.yaml +++ b/.forgejo/workflows/check_and_lint.yaml @@ -5,7 +5,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: https://github.com/dtolnay/rust-toolchain@stable - - uses: https://github.com/Swatinem/rust-cache + - uses: https://github.com/Swatinem/rust-cache@v2 with: shared-key: forge_automate_amd64 save-if: ${{ github.ref = 'refs/heads/main' }}