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