From 123a5ea0b94e6fb1e6f162e1ec9f9c44d7fa1541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:05:24 -0700 Subject: [PATCH] build(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#7641) Bumps https://github.com/docker/login-action from 3.2.0 to 3.3.0. - Release notes: https://github.com/docker/login-action/releases/tag/v3.3.0 - Commits: https://github.com/docker/login-action/compare/v3.2.0...v3.3.0 --- .github/workflows/boulder-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/boulder-ci.yml b/.github/workflows/boulder-ci.yml index ed992b64a6e..15121b1ea99 100644 --- a/.github/workflows/boulder-ci.yml +++ b/.github/workflows/boulder-ci.yml @@ -71,7 +71,7 @@ jobs: - name: Docker Login # You may pin to the exact commit or the version. # uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: # Username used to log against the Docker registry username: ${{ secrets.DOCKER_USERNAME}}