Skip to content

Commit 9c280d0

Browse files
authored
Merge pull request #1679 from clasp-developers/dependabot/github_actions/dot-github/workflows/docker/login-action-3.4.0
Bump docker/login-action from 3.3.0 to 3.4.0 in /.github/workflows
2 parents e4f9c5b + 6d7a599 commit 9c280d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Log in to the Container registry
23-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
23+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.actor }}

0 commit comments

Comments
 (0)