From 7e5bdc689d4ccfdc8f7e11acfe0ead8123aaa11e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:53:05 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 1bd1e32 --- .github/actions/gradle-task/action.yml | 6 +++--- .github/workflows/ci.yml | 2 +- .github/workflows/main-updated.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/gradle-task/action.yml b/.github/actions/gradle-task/action.yml index ea5a296e71..72ff68ec9f 100644 --- a/.github/actions/gradle-task/action.yml +++ b/.github/actions/gradle-task/action.yml @@ -59,7 +59,7 @@ runs: - name: restore cache for ${{inputs.write-cache-key}} id: restore-write-cache if: inputs.write-cache-key != 'null' - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/.gradle/caches/build-cache-1 @@ -77,7 +77,7 @@ runs: # Skipped if the restore-cache-key wasn't set, or if the write-cache-key restore had an exact match. - name: restore cache for ${{inputs.restore-cache-key}} if: inputs.restore-cache-key != 'null' && steps.restore-write-cache.outputs.cache-hit != 'true' - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/.gradle/caches/build-cache-1 @@ -108,7 +108,7 @@ runs: # Windows runners are welcome to *read* the cross-OS cache, but the directories get weird if # they try to write to it. - name: save the '${{inputs.write-cache-key}}' cache - uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: save-write-cache-key if: inputs.write-cache-key != 'null' && steps.restore-write-cache.outputs.cache-hit != 'true' with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fec935f6a..9d499ede65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: write-cache-key: dokka-build-artifacts - name: website build cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | website/.docusaurus diff --git a/.github/workflows/main-updated.yml b/.github/workflows/main-updated.yml index 0171d4263f..9ae465adb9 100644 --- a/.github/workflows/main-updated.yml +++ b/.github/workflows/main-updated.yml @@ -73,7 +73,7 @@ jobs: write-cache-key: dokka-build-artifacts - name: website build cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | website/.docusaurus