You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
chore(deps): update actions/cache digest to 0c907a7 (#6337)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | digest | `1bd1e32` -> `0c907a7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Run benchmarks
|
- name: Run benchmarks
|
||||||
run: make benchmark | tee output.txt
|
run: make benchmark | tee output.txt
|
||||||
- name: Download previous benchmark data
|
- name: Download previous benchmark data
|
||||||
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
|
||||||
with:
|
with:
|
||||||
path: ./benchmarks
|
path: ./benchmarks
|
||||||
# `github.event.before` means the commit before the push (i.e. the previous commit).
|
# `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
|
# Add benchmark summary to GitHub workflow run report
|
||||||
summary-always: true
|
summary-always: true
|
||||||
- name: Save benchmark data
|
- name: Save benchmark data
|
||||||
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
|
||||||
# The cache will be saved even if a step fails.
|
# The cache will be saved even if a step fails.
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
check-latest: true
|
check-latest: true
|
||||||
cache-dependency-path: "**/go.sum"
|
cache-dependency-path: "**/go.sum"
|
||||||
- name: Tools cache
|
- name: Tools cache
|
||||||
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
|
||||||
env:
|
env:
|
||||||
cache-name: go-tools-cache
|
cache-name: go-tools-cache
|
||||||
with:
|
with:
|
||||||
|
4
.github/workflows/links-fail-fast.yml
vendored
4
.github/workflows/links-fail-fast.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
|
||||||
- name: Restore lychee cache
|
- name: Restore lychee cache
|
||||||
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
|
||||||
id: cache-restore
|
id: cache-restore
|
||||||
with:
|
with:
|
||||||
path: .lycheecache
|
path: .lycheecache
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Save lychee cache
|
- name: Save lychee cache
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
|
||||||
with:
|
with:
|
||||||
path: .lycheecache
|
path: .lycheecache
|
||||||
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
|
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
|
||||||
|
4
.github/workflows/links.yml
vendored
4
.github/workflows/links.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: Restore lychee cache
|
- name: Restore lychee cache
|
||||||
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
|
||||||
id: cache-restore
|
id: cache-restore
|
||||||
with:
|
with:
|
||||||
path: .lycheecache
|
path: .lycheecache
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Save lychee cache
|
- name: Save lychee cache
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
|
||||||
with:
|
with:
|
||||||
path: .lycheecache
|
path: .lycheecache
|
||||||
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
|
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
|
||||||
|
Reference in New Issue
Block a user