Skip to content

Commit 1d99985

Browse files
chore(deps): update docker/login-action action to v4
1 parent 414fb87 commit 1d99985

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
nix build '.#packages.${{matrix.nix_system}}.base-devcontainer."${{matrix.nix_channel}}"'
6060
- name: Login to Registry
61-
uses: docker/login-action@v3
61+
uses: docker/login-action@v4
6262
with:
6363
registry: ghcr.io
6464
username: ${{ github.actor }}
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
8686
- name: Login to Registry
87-
uses: docker/login-action@v3
87+
uses: docker/login-action@v4
8888
with:
8989
registry: ghcr.io
9090
username: ${{ github.actor }}

.github/workflows/build-push-latest-flake.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
extra-platforms = aarch64-linux
5353
- uses: DeterminateSystems/flakehub-cache-action@main
5454
- name: Login to Registry
55-
uses: docker/login-action@v3
55+
uses: docker/login-action@v4
5656
with:
5757
registry: ghcr.io
5858
username: ${{ github.actor }}

.github/workflows/build-push-latest-nixos-arion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
uses: docker/setup-buildx-action@v3
102102

103103
- name: Login to Registry
104-
uses: docker/login-action@v3
104+
uses: docker/login-action@v4
105105
with:
106106
registry: ghcr.io
107107

.github/workflows/build-push-latest-nixos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: DeterminateSystems/flakehub-cache-action@main
6363

6464
- name: Login to Registry
65-
uses: docker/login-action@v3
65+
uses: docker/login-action@v4
6666
with:
6767
registry: ghcr.io
6868
username: ${{ github.actor }}
@@ -119,7 +119,7 @@ jobs:
119119
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
120120

121121
- name: Login to Registry
122-
uses: docker/login-action@v3
122+
uses: docker/login-action@v4
123123
with:
124124
registry: ghcr.io
125125
username: ${{ github.actor }}

.github/workflows/build-push-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
extra-platforms = aarch64-linux
5252
- uses: DeterminateSystems/flakehub-cache-action@main
5353
- name: Login to Registry
54-
uses: docker/login-action@v3
54+
uses: docker/login-action@v4
5555
with:
5656
registry: ghcr.io
5757
username: ${{ github.actor }}

0 commit comments

Comments
 (0)