Skip to content

Commit 3ae5b12

Browse files
committed
Merge remote-tracking branches 'origin/dependabot/github_actions/actions/cache-4', 'origin/dependabot/github_actions/actions/checkout-4', 'origin/dependabot/github_actions/docker/login-action-3.3.0' and 'origin/dependabot/github_actions/docker/build-push-action-6.10.0'
4 parents 52d9344 + 6de891f + f3935ef + 0313bf6 commit 3ae5b12

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@v2
10+
- uses: actions/checkout@v4
1111
- name: Build and push Docker images
12-
uses: docker/build-push-action@v1.1.0
12+
uses: docker/build-push-action@v6.10.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@v2
9+
- uses: actions/checkout@v4
1010
- name: Set up JDK 17
1111
uses: actions/setup-java@v1
1212
with:
@@ -24,7 +24,7 @@ jobs:
2424
needs: [build]
2525
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828
- name: Set up JDK 17
2929
uses: actions/setup-java@v1
3030
with:
@@ -38,7 +38,7 @@ jobs:
3838
- name: Docker Login
3939
# You may pin to the exact commit or the version.
4040
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
41-
uses: docker/login-action@v1.8.0
41+
uses: docker/login-action@v3.3.0
4242
with:
4343
username: ${{ secrets.DOCKER_USERNAME }}
4444
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)