Skip to content

Commit c4b0d51

Browse files
committed
ci: Update Github Action Cache to v4 (#2399)
1 parent 9c50f11 commit c4b0d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
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)