Skip to content

Commit 9ef89ae

Browse files
Update actions/cache action to v5
1 parent 6eee578 commit 9ef89ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Cache Maven packages # ←この行追加
18-
uses: actions/cache@v4
18+
uses: actions/cache@v5
1919
with:
2020
path: |
2121
~/.m2/repository

.github/workflows/released.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Cache Maven packages # ←この行追加
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: |
2323
~/.m2/repository

0 commit comments

Comments
 (0)