Skip to content

Commit eefc68f

Browse files
committed
ci: Update Github Action Cache to v4
1 parent 58dd1d1 commit eefc68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
matrix:
1212
java: [8, 11]
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- uses: actions/setup-java@v1
1616
with:
1717
java-version: ${{matrix.java}}
1818
- name: Get current date
1919
id: date
2020
run: echo "date=$(date +'%Y-%m-%d' --utc)" >> "$GITHUB_OUTPUT"
21-
- uses: actions/cache@v2
21+
- uses: actions/cache@v4
2222
id: mvn-cache
2323
with:
2424
path: ~/.m2/repository

0 commit comments

Comments
 (0)