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 9fa1c2b commit 31d0e1eCopy full SHA for 31d0e1e
.github/workflows/maven-publish-4.2.yml
@@ -12,10 +12,10 @@ jobs:
12
# os: [ubuntu-latest, windows-latest, macOS-latest]
13
os: [ ubuntu-latest ]
14
steps:
15
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
16
- run: echo ${{github.ref}}
17
- name: Set up Repository info
18
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
19
with:
20
java-version: '17'
21
distribution: 'adopt'
0 commit comments