Skip to content

Commit aec8f57

Browse files
build(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5d2c5b commit aec8f57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Read Python version from .python-version
4141
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
4242
- name: Login to Quay.io
43-
uses: docker/login-action@v3
43+
uses: docker/login-action@v4
4444
with:
4545
registry: quay.io
4646
username: ${{ secrets.QUAY_IO_ROBOT_USERNAME }}
@@ -103,7 +103,7 @@ jobs:
103103
- name: Set SHORT_SHA
104104
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
105105
- name: Login to Quay.io
106-
uses: docker/login-action@v3
106+
uses: docker/login-action@v4
107107
with:
108108
registry: quay.io
109109
username: ${{ secrets.QUAY_IO_ROBOT_USERNAME }}

0 commit comments

Comments
 (0)