Skip to content

Commit 681f5b5

Browse files
authored
Merge pull request #2456 from pygame-community/dependabot/github_actions/docker/login-action-3.0.0
Bump docker/login-action from 2.2.0 to 3.0.0
2 parents 9977579 + f79029a commit 681f5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v4.0.0
8383

8484
- name: Log in to the Container registry
85-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
85+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
8686
with:
8787
registry: ghcr.io
8888
username: ${{ github.actor }}

0 commit comments

Comments
 (0)