From abe388ecbc2950351b4cde79e7c9648b7cf1c43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:02:28 +0000 Subject: [PATCH] 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/cpp_format_tools.yml | 2 +- .github/workflows/schema_tools.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpp_format_tools.yml b/.github/workflows/cpp_format_tools.yml index b4c94ea3..fb5f097c 100644 --- a/.github/workflows/cpp_format_tools.yml +++ b/.github/workflows/cpp_format_tools.yml @@ -20,7 +20,7 @@ jobs: - name: Login to GitHub Package Registry if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/schema_tools.yml b/.github/workflows/schema_tools.yml index 5844fade..d0c100f4 100644 --- a/.github/workflows/schema_tools.yml +++ b/.github/workflows/schema_tools.yml @@ -20,7 +20,7 @@ jobs: - name: Login to GitHub Package Registry if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}