From 82894248a0c25ac578fea0a12daa056b7182e638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Mon, 2 Dec 2024 19:16:39 +0100 Subject: [PATCH] WIP: bump: Make github maybe actually use the right workflow.yml? --- .github/workflows/release.yml | 5 ++--- .github/workflows/rust-workflow.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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}} -