Skip to content

Commit 0f0c02b

Browse files
build(deps): bump docker/login-action in the all-dependencies group (#14)
Bumps the all-dependencies group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b78dd98 commit 0f0c02b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ jobs:
139139

140140
- name: tools - docker - login ghcr.io
141141
if: ${{ env.build_push == 'true' }}
142-
uses: docker/login-action@v3
142+
uses: docker/login-action@v4
143143
with:
144144
registry: ghcr.io
145145
username: ${{ github.actor }}
146146
password: ${{ secrets.ES_GITHUB_PAT }}
147147

148148
- name: tools - docker - login docker.io
149149
if: ${{ env.build_push == 'true' }}
150-
uses: docker/login-action@v3
150+
uses: docker/login-action@v4
151151
with:
152152
registry: docker.io
153153
username: ${{ secrets.ES_DOCKERHUB_USERNAME }}
@@ -190,14 +190,14 @@ jobs:
190190
uses: actions/checkout@v6
191191

192192
- name: tools - docker - login ghcr.io
193-
uses: docker/login-action@v3
193+
uses: docker/login-action@v4
194194
with:
195195
registry: ghcr.io
196196
username: ${{ github.actor }}
197197
password: ${{ secrets.ES_GITHUB_PAT }}
198198

199199
- name: tools - docker - login docker.io
200-
uses: docker/login-action@v3
200+
uses: docker/login-action@v4
201201
with:
202202
registry: docker.io
203203
username: ${{ secrets.ES_DOCKERHUB_USERNAME }}
@@ -231,14 +231,14 @@ jobs:
231231
full_version: ${{ needs.discovery.outputs.full_version }}
232232
steps:
233233
- name: tools - docker - login ghcr.io
234-
uses: docker/login-action@v3
234+
uses: docker/login-action@v4
235235
with:
236236
registry: ghcr.io
237237
username: ${{ github.actor }}
238238
password: ${{ secrets.ES_GITHUB_PAT }}
239239

240240
- name: tools - docker - login docker.io
241-
uses: docker/login-action@v3
241+
uses: docker/login-action@v4
242242
with:
243243
registry: docker.io
244244
username: ${{ secrets.ES_DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)