Skip to content

Commit 7ebb4a9

Browse files
authored
Merge pull request #650 from dbt-msft/dependabot/github_actions/docker/login-action-4.1.0
Bump docker/login-action from 3.3.0 to 4.1.0
2 parents f41d379 + b06a7e4 commit 7ebb4a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Log in to the Container registry
26-
uses: docker/login-action@v3.3.0
26+
uses: docker/login-action@v4.1.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v6
5454

5555
- name: Log in to the Container registry
56-
uses: docker/login-action@v3.3.0
56+
uses: docker/login-action@v4.1.0
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.actor }}

0 commit comments

Comments
 (0)