From 0de93fc5501525883c72f0578c6d50022e3bf2b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 01:54:26 +0000 Subject: [PATCH 1/2] chore(deps): update actions/cache digest to 0c907a7 --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c701e1b..5b4ac86 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -12,7 +12,7 @@ jobs: script: | core.setOutput('cache-key', new Date().valueOf()) - name: Retrieve cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 with: path: ${{ github.workspace }}/mastofeedbot key: feed-cache-${{ steps.generate-key.outputs.cache-key }} From 0a22a183b903cb7a8e2bed635c15fe750996bad2 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Wed, 19 Feb 2025 08:15:59 +0100 Subject: [PATCH 2/2] Update integration-tests.yml --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 5b4ac86..b505eb8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -12,7 +12,7 @@ jobs: script: | core.setOutput('cache-key', new Date().valueOf()) - name: Retrieve cache - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: ${{ github.workspace }}/mastofeedbot key: feed-cache-${{ steps.generate-key.outputs.cache-key }}