Skip to content

Commit 2347895

Browse files
build(deps): bump the github-actions group across 2 directories with 1 update (#21358)
Bumps the github-actions group with 1 update in the / directory: [docker/login-action](https://github.com/docker/login-action). Bumps the github-actions group with 1 update in the /.github/workflows directory: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.2.0 to 4.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@650006c...af1e73f) Updates `docker/login-action` from 4.2.0 to 4.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@650006c...af1e73f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa35244 commit 2347895

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
echo "BENCHMARK_RUN=Benchmark[^T]" >> "$GITHUB_ENV"
143143
144144
- name: Log in to the Elastic Container registry
145-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
145+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
146146
with:
147147
registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
148148
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
go-version-file: go.mod
197197
cache: false
198198
- name: Log in to the Elastic Container registry
199-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
199+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
200200
with:
201201
registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
202202
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}

.github/workflows/update-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
permission-contents: write
3131
permission-pull-requests: write
3232

33-
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
33+
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}

0 commit comments

Comments
 (0)