Skip to content

Commit 604dab1

Browse files
committed
Fix Github workflow
1 parent b5efa23 commit 604dab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Set up Java
1313
uses: actions/setup-java@v2
1414
with:
@@ -20,7 +20,7 @@ jobs:
2020
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2121
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2222
- name: Cache downloaded dependencies
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.m2/repository
2626
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)