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 2b27855 commit 6de891fCopy full SHA for 6de891f
.github/workflows/docker-build-publish.yml
@@ -7,7 +7,7 @@ jobs:
7
build-publish:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
- name: Build and push Docker images
12
uses: docker/[email protected]
13
with:
.github/workflows/maven.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
- name: Set up JDK 17
uses: actions/setup-java@v1
@@ -24,7 +24,7 @@ jobs:
24
needs: [build]
25
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
26
27
28
29
30
0 commit comments