Skip to content

Commit 3938b26

Browse files
chore(deps): update docker/login-action action to v4 (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cabf975 commit 3938b26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Check out the repo
1414
uses: actions/checkout@v6
1515
- name: Log in to Docker Hub
16-
uses: docker/login-action@v3
16+
uses: docker/login-action@v4
1717
with:
1818
username: ${{ github.repository_owner }}
1919
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)