Skip to content

Commit 7850493

Browse files
chore(deps): update actions/cache action to v5 (#2159)
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v4` -> `v5` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fcache/v5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fcache/v4/v5?slim=true) | | [actions:cache](https://redirect.github.com/actions/cache) | | major | `v4` -> `v5` | ![age](https://developer.mend.io/api/mc/badges/age/maven/actions:cache/v5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/actions:cache/v4/v5?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v5`](https://redirect.github.com/actions/cache/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/cache/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 these updates 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/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cbac0f7 commit 7850493

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.6.0")
44

55
@file:Repository("https://bindings.krzeminski.it")
6-
@file:DependsOn("actions:cache:v4")
6+
@file:DependsOn("actions:cache:v5")
77
@file:DependsOn("actions:checkout:v5")
88
@file:DependsOn("actions:setup-java:v5")
99
@file:DependsOn("gradle:actions__setup-gradle:v5")

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- id: 'step-0'
4848
uses: 'actions/checkout@v5'
4949
- id: 'step-1'
50-
uses: 'actions/cache@v4'
50+
uses: 'actions/cache@v5'
5151
with:
5252
path: 'buildSrc/build'
5353
key: 'gradle-buildSrc-build-dir-${{ runner.os }}'
@@ -75,7 +75,7 @@ jobs:
7575
- id: 'step-0'
7676
uses: 'actions/checkout@v5'
7777
- id: 'step-1'
78-
uses: 'actions/cache@v4'
78+
uses: 'actions/cache@v5'
7979
with:
8080
path: 'buildSrc/build'
8181
key: 'gradle-buildSrc-build-dir-${{ runner.os }}'

0 commit comments

Comments
 (0)