Skip to content

Commit d10e188

Browse files
committed
update github actions
1 parent 32b45d1 commit d10e188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: 'adopt'
2828
-
2929
name: Cache Maven packages
30-
uses: actions/cache@v4.0.0
30+
uses: actions/cache@v4
3131
with:
3232
path: ~/.m2
3333
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -70,7 +70,7 @@ jobs:
7070
distribution: 'adopt'
7171
-
7272
name: Cache Maven packages
73-
uses: actions/cache@v4.0.0
73+
uses: actions/cache@v4
7474
with:
7575
path: ~/.m2
7676
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)