diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d89c1bb..c3f04ed 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@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -54,7 +54,7 @@ jobs: target: ${{ matrix.target }} - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -86,7 +86,7 @@ jobs: components: rustfmt, clippy - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry