Skip to content

Commit 6b4ff4e

Browse files
build(deps): bump docker/login-action in the github-actions group
Bumps the github-actions group with 1 update: [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] <support@github.com>
1 parent 6463888 commit 6b4ff4e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: package-parts-linuxmusl-${{ matrix.BUILD_ARCH }}
3131
path: agent/native/_build/linuxmusl-${{ matrix.BUILD_ARCH }}-release/
3232
- name: Log in to the Container registry
33-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
33+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
type=raw,value=latest
7373
7474
- name: Log in to the Container registry
75-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
75+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
7676
with:
7777
registry: ${{ env.REGISTRY }}
7878
username: ${{ github.actor }}

.github/workflows/test-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
path: ${{ env.BUILD_PACKAGES }}
5757

5858
- name: Log in to the Container registry
59-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
59+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

.github/workflows/updatecli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
"pull_requests": "write"
3030
}
3131
32-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
32+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}

0 commit comments

Comments
 (0)