Skip to content

Commit 2c81cfb

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/actions/setup-java-4' and 'origin/dependabot/github_actions/docker/login-action-3.3.0'
5 parents 039164a + c11ff3f + f3586f2 + 1cb75ee + 8554d34 commit 2c81cfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Set up JDK 11
12-
uses: actions/setup-java@v1
12+
uses: actions/setup-java@v4
1313
with:
1414
distribution: 'temurin'
1515
java-version: 17
1616
- name: Cache Maven packages
17-
uses: actions/cache@v1
17+
uses: actions/cache@v4
1818
with:
1919
path: ~/.m2
2020
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2121
restore-keys: ${{ runner.os }}-m2
2222
- name: Docker Login
2323
# You may pin to the exact commit or the version.
2424
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
25-
uses: docker/login-action@v1.8.0
25+
uses: docker/login-action@v3.3.0
2626
with:
2727
username: ${{ secrets.DOCKER_USERNAME }}
2828
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)