From 053f1092485786937537fa7c82fcc44740bec2fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:03:54 +0100 Subject: [PATCH] chore(deps): update actions/cache digest to d4323d4 (#6384) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | digest | `0c907a7` -> `d4323d4` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/links-fail-fast.yml | 4 ++-- .github/workflows/links.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2f60e2726..f78b10693 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -24,7 +24,7 @@ jobs: - name: Run benchmarks run: make benchmark | tee output.txt - name: Download previous benchmark data - uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: ./benchmarks # `github.event.before` means the commit before the push (i.e. the previous commit). @@ -44,7 +44,7 @@ jobs: # Add benchmark summary to GitHub workflow run report summary-always: true - name: Save benchmark data - uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 # The cache will be saved even if a step fails. if: always() with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad152d01c..800cef609 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: check-latest: true cache-dependency-path: "**/go.sum" - name: Tools cache - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 env: cache-name: go-tools-cache with: diff --git a/.github/workflows/links-fail-fast.yml b/.github/workflows/links-fail-fast.yml index 04272ed7a..0e4ebc99a 100644 --- a/.github/workflows/links-fail-fast.yml +++ b/.github/workflows/links-fail-fast.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Restore lychee cache - uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 id: cache-restore with: path: .lycheecache @@ -35,7 +35,7 @@ jobs: - name: Save lychee cache if: always() - uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: .lycheecache key: ${{ steps.cache-restore.outputs.cache-primary-key }} diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index d51b4f2db..651fa2c89 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -21,7 +21,7 @@ jobs: - name: Restore lychee cache - uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 id: cache-restore with: path: .lycheecache @@ -38,7 +38,7 @@ jobs: - name: Save lychee cache if: always() - uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: .lycheecache key: ${{ steps.cache-restore.outputs.cache-primary-key }}