Skip to content

Commit a2e23d7

Browse files
build(deps): bump docker/login-action (#472)
Bumps the github-actions group with 1 update in the / directory: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 226960c commit a2e23d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Docker Buildx
5454
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
5555
- name: Log in to the Elastic Container registry
56-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
56+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5757
with:
5858
registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
5959
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
7676

7777
- name: Log in to the Elastic Container registry
78-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
78+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
7979
with:
8080
registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
8181
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}

0 commit comments

Comments
 (0)