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.
2 parents 8696d96 + a607ff2 commit 6af422fCopy full SHA for 6af422f
1 file changed
.github/workflows/release.yml
@@ -9,9 +9,9 @@ jobs:
9
steps:
10
# Checkout source code
11
- name: Checkout source code
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
13
- name: Set up Apache Maven Central
14
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
15
with: # running setup-java again overwrites the settings.xml
16
distribution: 'adopt' # See 'Supported distributions' for available options
17
java-version: '8'
0 commit comments