Skip to content

Commit 14a4a13

Browse files
authored
Merge pull request #371 from cucumber/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 2752a55 + 47abf0e commit 14a4a13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
- name: Cache sbt
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: |
3434
~/.sbt

.github/workflows/version-policy-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Cache sbt
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: |
2626
~/.sbt

0 commit comments

Comments
 (0)