Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5008c94

Browse files
chore(deps): update actions/cache action to v5.0.1 (#7705)
This PR contains the following updates:| Package | Type | Update | Change ||---|---|---|---|| [actions/cache](https://redirect.github.com/actions/cache) | action |patch | `v5.0.0` -> `v5.0.1` |---> [!WARNING]> Some dependencies could not be looked up. Check the DependencyDashboard for more information.---### Release Notes<details><summary>actions/cache (actions/cache)</summary>###[`v5.0.1`](https://redirect.github.com/actions/cache/compare/v5.0.0...v5.0.1)[CompareSource](https://redirect.github.com/actions/cache/compare/v5.0.0...v5.0.1)</details>---### 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 youare satisfied.♻ **Rebasing**: Whenever PR becomes conflicted, or you tick therebase/retry checkbox.🔕 **Ignore**: Close this PR and you won't be reminded about this updateagain.---- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, checkthis box---This PR was generated by [Mend Renovate](https://mend.io/renovate/).View the [repository joblog](https://developer.mend.io/github/open-telemetry/opentelemetry-go).<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent4c14b00 commit5008c94

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

‎.github/workflows/benchmark.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
-name:Run benchmarks
2727
run:make benchmark | tee output.txt
2828
-name:Download previous benchmark data
29-
uses:actions/cache/restore@a7833574556fa59680c1b7cb190c1735db73ebf0# v5.0.0
29+
uses:actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb# v5.0.1
3030
with:
3131
path:./benchmarks
3232
# `github.event.before` means the commit before the push (i.e. the previous commit).
@@ -46,7 +46,7 @@ jobs:
4646
# Add benchmark summary to GitHub workflow run report
4747
summary-always:true
4848
-name:Save benchmark data
49-
uses:actions/cache/save@a7833574556fa59680c1b7cb190c1735db73ebf0# v5.0.0
49+
uses:actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb# v5.0.1
5050
# The cache will be saved even if a step fails.
5151
if:always()
5252
with:

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
check-latest:true
3131
cache-dependency-path:"**/go.sum"
3232
-name:Tools cache
33-
uses:actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0# v5.0.0
33+
uses:actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb# v5.0.1
3434
env:
3535
cache-name:go-tools-cache
3636
with:

‎.github/workflows/links-fail-fast.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
-uses:actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8# v6.0.1
4141

4242
-name:Restore lychee cache
43-
uses:actions/cache/restore@a7833574556fa59680c1b7cb190c1735db73ebf0# v5.0.0
43+
uses:actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb# v5.0.1
4444
id:cache-restore
4545
with:
4646
path:.lycheecache
@@ -58,7 +58,7 @@ jobs:
5858

5959
-name:Save lychee cache
6060
if:always()
61-
uses:actions/cache/save@a7833574556fa59680c1b7cb190c1735db73ebf0# v5.0.0
61+
uses:actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb# v5.0.1
6262
with:
6363
path:.lycheecache
6464
key:${{ steps.cache-restore.outputs.cache-primary-key }}

‎.github/workflows/links.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222

2323
-name:Restore lychee cache
24-
uses:actions/cache/restore@a7833574556fa59680c1b7cb190c1735db73ebf0# v5.0.0
24+
uses:actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb# v5.0.1
2525
id:cache-restore
2626
with:
2727
path:.lycheecache
@@ -38,7 +38,7 @@ jobs:
3838

3939
-name:Save lychee cache
4040
if:always()
41-
uses:actions/cache/save@a7833574556fa59680c1b7cb190c1735db73ebf0# v5.0.0
41+
uses:actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb# v5.0.1
4242
with:
4343
path:.lycheecache
4444
key:${{ steps.cache-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp