Skip to content

Commit e286878

Browse files
authored
Merge pull request #5 from alliedmodders/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents f23ec43 + eb19f22 commit e286878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v6
4646

4747
- name: Log in to GHCR
48-
uses: docker/login-action@v3
48+
uses: docker/login-action@v4
4949
with:
5050
registry: ghcr.io
5151
username: ${{ github.actor }}

0 commit comments

Comments
 (0)