diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc8e106..0e935d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: gitlab_pass: ${{ secrets.GITLAB_PASS }} - name: Caching - uses: Swatinem/rust-cache@b8a6852b4f997182bdea832df3f9e153038b5191 + uses: Swatinem/rust-cache@68b3cb7503c78e67dae8373749990a220eb65352 with: cache-on-failure: true cache-all-crates: true @@ -87,7 +87,7 @@ jobs: gitlab_pass: ${{ secrets.GITLAB_PASS }} - name: Caching - uses: Swatinem/rust-cache@b8a6852b4f997182bdea832df3f9e153038b5191 + uses: Swatinem/rust-cache@68b3cb7503c78e67dae8373749990a220eb65352 with: cache-on-failure: true cache-all-crates: true @@ -146,4 +146,3 @@ jobs: files: artifacts/* prerelease: "${{ contains(github.ref_name, 'rc') }}" generate_release_notes: true - diff --git a/.github/workflows/rust-workflow.yml b/.github/workflows/rust-workflow.yml index 4594c28..d37127e 100644 --- a/.github/workflows/rust-workflow.yml +++ b/.github/workflows/rust-workflow.yml @@ -32,6 +32,7 @@ jobs: gitlab_pass: ${{ secrets.GITLAB_PASS }} - name: Caching + uses: Swatinem/rust-cache@68b3cb7503c78e67dae8373749990a220eb65352 with: cache-on-failure: true @@ -105,4 +106,3 @@ jobs: uses: codecov/test-results-action@v1 with: token: ${{secrets.CODECOV_TOKEN}} -