Skip to content

Commit aebf7f1

Browse files
committed
Bump actions/cache version to v3
1 parent 00e9a34 commit aebf7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: '22'
3636
- name: Cache maven packages
37-
uses: actions/cache@v2
37+
uses: actions/cache@v3
3838
with:
3939
path: ~/.m2
4040
key: ${{ runner.os }}-m2

0 commit comments

Comments
 (0)