Skip to content

Commit 831cb7b

Browse files
authored
Merge pull request #35 from not-three/dependabot/github_actions/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4
2 parents f157660 + 2749127 commit 831cb7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yml

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

2222
- name: Login to GitHub Container Registry
23-
uses: docker/login-action@v3
23+
uses: docker/login-action@v4
2424
if: github.event_name != 'workflow_dispatch'
2525
with:
2626
registry: ghcr.io

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v6
1717

1818
- name: Login to GitHub Container Registry
19-
uses: docker/login-action@v3
19+
uses: docker/login-action@v4
2020
with:
2121
registry: ghcr.io
2222
username: ${{github.actor}}

0 commit comments

Comments
 (0)