Skip to content

Commit 6e6881a

Browse files
Merge pull request #506 from bocytko/patch-1
Updates actions/cache to v4
2 parents 6a4b1ed + b87d8f1 commit 6e6881a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v1
2626
- name: Cache
27-
uses: actions/cache@v1
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/.m2
3030
key: m2

0 commit comments

Comments
 (0)