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 8612c78 + 2bb119a commit a7993f9Copy full SHA for a7993f9
.github/workflows/maven.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Check-out
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
- name: Set up JDK 11
17
uses: actions/setup-java@v5
18
with:
pom.xml
@@ -67,7 +67,7 @@
67
<plugin>
68
<groupId>io.fabric8</groupId>
69
<artifactId>docker-maven-plugin</artifactId>
70
- <version>0.46.0</version>
+ <version>0.48.0</version>
71
<configuration>
72
<logDate>default</logDate>
73
<autoPull>true</autoPull>
0 commit comments