Skip to content

Commit 98aa873

Browse files
committed
Merge remote-tracking branches 'origin/dependabot/github_actions/actions/checkout-5', 'origin/dependabot/github_actions/docker/build-push-action-6.18.0' and 'origin/dependabot/github_actions/docker/login-action-3.5.0'
4 parents 04e1318 + 2a86b40 + 3637cab + d3f1804 commit 98aa873

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
build-publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- name: Build and push Docker images
12-
uses: docker/build-push-action@v6.16.0
12+
uses: docker/build-push-action@v6.18.0
1313
with:
1414
username: ${{ secrets.DOCKER_USERNAME }}
1515
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- name: Set up JDK 17
1111
uses: actions/setup-java@v4
1212
with:
@@ -25,7 +25,7 @@ jobs:
2525
needs: [build]
2626
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: Set up JDK 17
3030
uses: actions/setup-java@v4
3131
with:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Docker Login
4141
# You may pin to the exact commit or the version.
4242
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
43-
uses: docker/login-action@v3.4.0
43+
uses: docker/login-action@v3.5.0
4444
with:
4545
username: ${{ secrets.DOCKER_USERNAME }}
4646
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)