Skip to content

Commit 0bf67ac

Browse files
dependabot[bot]mne-botlarsoner
authored
[dependabot]: Bump docker/login-action from 3 to 4 in the actions group (#672)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mne[bot] <50266005+mne-bot@users.noreply.github.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent c8613de commit 0bf67ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Docker_Release_Tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424
- name: Login to GitHub Container Registry
25-
uses: docker/login-action@v3
25+
uses: docker/login-action@v4
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.repository_owner }}

.github/workflows/Docker_Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
shell: bash -el {0}
2020
steps:
2121
- uses: actions/checkout@v6
22-
- uses: docker/login-action@v3
22+
- uses: docker/login-action@v4
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)