Skip to content

Commit 458d4d2

Browse files
ci: bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [actions/setup-node](https://github.com/actions/setup-node). Updates `docker/login-action` from 3864d6aed8ff134b2ed894ce00c87695c709c870 to dbcb813823bdd20940b903addbd779551569679f - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@3864d6a...dbcb813) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: c66a8fcb2472d4283042d726b2a061b43b3f49ab dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfba283 commit 458d4d2

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v7
3232

3333
- name: Log in to Docker registry
34-
uses: docker/login-action@3864d6aed8ff134b2ed894ce00c87695c709c870
34+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ vars.DOCKER_REGISTRY_USER }}

.github/workflows/open-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: git fetch origin pull/${{ github.event.pull_request.number || github.event.issue.number }}/head
4848

4949
- name: Setup Node.js
50-
uses: actions/setup-node@v6
50+
uses: actions/setup-node@v7
5151
with:
5252
node-version: '20'
5353

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v7
4747

4848
- name: Log in to Docker registry
49-
uses: docker/login-action@3864d6aed8ff134b2ed894ce00c87695c709c870
49+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f
5050
with:
5151
registry: ${{ env.REGISTRY }}
5252
username: ${{ vars.DOCKER_REGISTRY_USER }}

.github/workflows/retag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
fi
7575
7676
- name: Log in to Docker registry
77-
uses: docker/login-action@3864d6aed8ff134b2ed894ce00c87695c709c870
77+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f
7878
with:
7979
registry: ${{ env.REGISTRY }}
8080
username: ${{ vars.DOCKER_REGISTRY_USER }}

.github/workflows/rollback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v7
5959

6060
- name: Log in to Docker registry
61-
uses: docker/login-action@3864d6aed8ff134b2ed894ce00c87695c709c870
61+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f
6262
with:
6363
registry: ${{ env.REGISTRY }}
6464
username: ${{ vars.DOCKER_REGISTRY_USER }}

0 commit comments

Comments
 (0)