diff --git a/.github/workflows/boulder-ci.yml b/.github/workflows/boulder-ci.yml index ed992b64a..15121b1ea 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}}