There was an error while loading. Please reload this page.
1 parent b0be8b4 commit 824bb13Copy full SHA for 824bb13
1 file changed
.github/workflows/maven.yml
@@ -14,10 +14,10 @@ jobs:
14
15
steps:
16
- name: Checkout...
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
18
19
- name: Set up JDK...
20
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
21
with:
22
java-version: ${{ matrix.java }}
23
distribution: 'temurin'
@@ -32,14 +32,14 @@ jobs:
32
33
34
35
36
37
# this action exports env.POM_VERSION variable
38
- name: Export Maven coordinates...
39
uses: bootique-tools/export-maven-coordinates-action@v1
40
41
42
43
# skip this for the release versions
44
if: contains(env.POM_VERSION, '-SNAPSHOT')
45
0 commit comments