diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0649191..82416a9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: target: ${{ matrix.target }} - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -54,7 +54,7 @@ jobs: target: ${{ matrix.target }} - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -86,7 +86,7 @@ jobs: components: rustfmt, clippy - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry