From f0bed824b38612b278383eeecf927a1e9f2af154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:17:19 +0000 Subject: [PATCH 1/2] Bump docker/login-action from 2 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index ae83eb5f8a3..53a1988fa97 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -76,7 +76,7 @@ jobs: echo "build_arg_value=$BUILD_ARG_VALUE" >> $GITHUB_OUTPUT - name: Log in to the GHCR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} From 5d5e8d98d26875254661e56d1b7e753ba79f9639 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 5 Oct 2023 15:18:08 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20231005-151758.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20231005-151758.yaml diff --git a/.changes/unreleased/Dependencies-20231005-151758.yaml b/.changes/unreleased/Dependencies-20231005-151758.yaml new file mode 100644 index 00000000000..16f31c5cf3b --- /dev/null +++ b/.changes/unreleased/Dependencies-20231005-151758.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump docker/login-action from 2 to 3" +time: 2023-10-05T15:17:58.00000Z +custom: + Author: dependabot[bot] + PR: 8782