summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-20 12:45:29 +0000
committerGitHub <noreply@github.com>2023-09-20 12:45:29 +0000
commit363c8a7e5ccdf6968fc7ab84a2053ac78036691d (patch)
tree24afb7e5a6ee604338815c6afdfd264be907d1cc
parent59552ce75fddbe1cfb23a43ccd91ba7a438b2833 (diff)
downloadqutebrowser-dependabot/github_actions/docker/login-action-3.tar.gz
qutebrowser-dependabot/github_actions/docker/login-action-3.zip
build(deps): bump docker/login-action from 2 to 3dependabot/github_actions/docker/login-action-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] <support@github.com>
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 3120f870b..26a2c9ef2 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -27,7 +27,7 @@ jobs:
run: python3 generate.py ${{ matrix.image }}
working-directory: scripts/dev/ci/docker/
- uses: docker/setup-buildx-action@v3
- - uses: docker/login-action@v2
+ - uses: docker/login-action@v3
with:
username: qutebrowser
password: ${{ secrets.DOCKER_TOKEN }}