diff --git a/.github/workflows/rust-ci.yaml b/.github/workflows/rust-ci.yaml index ad91a1f..9972168 100644 --- a/.github/workflows/rust-ci.yaml +++ b/.github/workflows/rust-ci.yaml @@ -14,7 +14,7 @@ jobs: - name: Check out the source code uses: actions/checkout@v6 - name: Cache tools - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: ${{ runner.os }}-${{ hashFiles('Cargo.toml') }} path: | @@ -38,7 +38,7 @@ jobs: - name: Check out the source code uses: actions/checkout@v6 - name: Cache tools - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: ${{ runner.os }}-${{ hashFiles('Cargo.toml') }} path: |