Skip to content

Commit 018aa93

Browse files
committed
Bump docker/login-action to v4.1.0
1 parent 9d3cbea commit 018aa93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{cookiecutter.stack_name}}/.github/workflows

{{cookiecutter.stack_name}}/.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Login to Docker Hub 🔐
8585
if: github.ref == 'refs/heads/main' || github.event_name == 'schedule'
86-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
86+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
8787
with:
8888
{%- raw %}
8989
username: ${{ env.OWNER }}

0 commit comments

Comments
 (0)