Skip to content

Commit ec3e4a1

Browse files
Merge pull request #38 from ebean-orm/dependabot/github_actions/main/docker/login-action-4
[workflow]: Bump docker/login-action from 3 to 4
2 parents ee9ef07 + 4fd35bc commit ec3e4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
native-image --version
3434
3535
- name: login to docker hub
36-
uses: docker/login-action@v3
36+
uses: docker/login-action@v4
3737
with:
3838
username: ${{ secrets.DOCKER_USERNAME }}
3939
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)