Skip to content

Commit 7cc009c

Browse files
Merge pull request #1040 from hisanhunais/actions-cache-bump
Bump actions/cache Version to v3
2 parents 00e9a34 + aebf7f1 commit 7cc009c

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)