Skip to content

Commit 42dcc00

Browse files
build(deps): bump actions/cache from 4 to 5 (#82)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc8cc63 commit 42dcc00

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/auto-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
distribution: "temurin"
4848
java-version-file: ".tool-versions"
4949
- name: "Use cache"
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
timeout-minutes: 10
5252
with:
5353
key: "build-${{ hashFiles('conf-2.sh') }}"
@@ -257,7 +257,7 @@ jobs:
257257
conf-2.sh
258258
sparse-checkout-cone-mode: false
259259
- name: "Ping cache" # Cache expiration: 7 days
260-
uses: actions/cache@v4
260+
uses: actions/cache@v5
261261
timeout-minutes: 5
262262
with:
263263
key: "build-${{ hashFiles('conf-2.sh') }}"

.github/workflows/generate-perm-xml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323
- name: "Use cache"
2424
id: cache-step
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
timeout-minutes: 5
2727
with:
2828
key: "perms-${{ hashFiles('tools/dl-perm-list.sh') }}"
@@ -64,7 +64,7 @@ jobs:
6464
tools/dl-perm-list.sh
6565
sparse-checkout-cone-mode: false
6666
- name: "Ping cache" # Cache expiration: 7 days
67-
uses: actions/cache@v4
67+
uses: actions/cache@v5
6868
timeout-minutes: 5
6969
with:
7070
key: "perms-${{ hashFiles('tools/dl-perm-list.sh') }}"

.github/workflows/scripts-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: "Prepare cache"
4242
id: cache-action
4343
if: "${{ runner.os == 'Linux' }}"
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
with:
4646
path: "cache/shells"
4747
key: "${{ env.cache-key }}-${{ runner.os }}"

0 commit comments

Comments
 (0)