Skip to content

Commit 712834f

Browse files
Merge pull request #69 from bottledcode/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents c6051b2 + fda0ad7 commit 712834f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v6
1212
- name: Login to GitHub Container Registry
13-
uses: docker/login-action@v3
13+
uses: docker/login-action@v4
1414
with:
1515
registry: ghcr.io
1616
username: ${{ github.actor }}

0 commit comments

Comments
 (0)