We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5efa23 commit 604dab1Copy full SHA for 604dab1
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
12
- name: Set up Java
13
uses: actions/setup-java@v2
14
with:
@@ -20,7 +20,7 @@ jobs:
20
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
21
gpg-passphrase: MAVEN_GPG_PASSPHRASE
22
- name: Cache downloaded dependencies
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
25
path: ~/.m2/repository
26
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments