Skip to content

Commit 2f82ef1

Browse files
renovate[bot]aldbr
authored andcommitted
chore(deps): update docker/login-action action to v4
1 parent f1600e5 commit 2f82ef1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
uses: docker/setup-buildx-action@v3
111111

112112
- name: Login to GitHub container registry
113-
uses: docker/login-action@v3
113+
uses: docker/login-action@v4
114114
with:
115115
registry: ghcr.io
116116
username: ${{ github.actor }}
@@ -137,7 +137,7 @@ jobs:
137137
uses: docker/setup-buildx-action@v3
138138

139139
- name: Login to GitHub container registry
140-
uses: docker/login-action@v3
140+
uses: docker/login-action@v4
141141
with:
142142
registry: ghcr.io
143143
username: ${{ github.actor }}

.github/workflows/gubbins-test.yml

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

218218
- name: Login to GitHub container registry
219-
uses: docker/login-action@v3
219+
uses: docker/login-action@v4
220220
with:
221221
registry: ghcr.io
222222
username: ${{ github.actor }}

0 commit comments

Comments
 (0)