Skip to content

Commit 4d8e70a

Browse files
committed
GitHub actions/cache@v2 -> actions/cache@v4
- Deprecation notice: actions/toolkit#1890
1 parent f332f06 commit 4d8e70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
tools-deps: '1.10.3.1040'
1818
- name: Cache All The Things
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
path: |
2222
~/.m2/repository

0 commit comments

Comments
 (0)