Skip to content

Commit 238e0bd

Browse files
committed
Upgrading CI/CD pipeline to avoid GitHub Actions warnings
1 parent b481de5 commit 238e0bd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- name: Checkout...
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Set up JDK...
20-
uses: actions/setup-java@v4
20+
uses: actions/setup-java@v5
2121
with:
2222
java-version: ${{ matrix.java }}
2323
distribution: 'temurin'
@@ -32,14 +32,14 @@ jobs:
3232

3333
steps:
3434
- name: Checkout...
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v6
3636

3737
# this action exports env.POM_VERSION variable
3838
- name: Export Maven coordinates...
3939
uses: bootique-tools/export-maven-coordinates-action@v1
4040

4141
- name: Set up JDK...
42-
uses: actions/setup-java@v4
42+
uses: actions/setup-java@v5
4343
# skip this for the release versions
4444
if: contains(env.POM_VERSION, '-SNAPSHOT')
4545
with:

0 commit comments

Comments
 (0)