diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2721f21..5a25124 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: with: toolchain: stable - run: cargo generate-lockfile - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | target @@ -33,7 +33,7 @@ jobs: toolchain: stable components: rustfmt - run: cargo generate-lockfile - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | target @@ -51,7 +51,7 @@ jobs: toolchain: stable components: clippy - run: cargo generate-lockfile - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | target @@ -68,7 +68,7 @@ jobs: with: toolchain: stable - run: cargo generate-lockfile - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | target @@ -95,7 +95,7 @@ jobs: with: toolchain: stable - run: cargo generate-lockfile - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | target