aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-18 16:49:06 +0000
committerGitHub <noreply@github.com>2023-09-18 16:49:06 +0000
commit46f6f8610847f6a8f8c543c1adca983469654bb4 (patch)
tree6b81734049d0fa0a09f9947f843872db37d44099
parent58d1f3a4718ef8f86bfae1b9ed61dda8d7a26a59 (diff)
downloadsyncthing-dependabot/github_actions/docker/login-action-3.tar.gz
syncthing-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/build-infra-dockers.yaml2
-rw-r--r--.github/workflows/build-syncthing.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-infra-dockers.yaml b/.github/workflows/build-infra-dockers.yaml
index f7290c11d..cc5aa00c3 100644
--- a/.github/workflows/build-infra-dockers.yaml
+++ b/.github/workflows/build-infra-dockers.yaml
@@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
- name: Login to Docker Hub
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml
index 9f3511830..4145b3402 100644
--- a/.github/workflows/build-syncthing.yaml
+++ b/.github/workflows/build-syncthing.yaml
@@ -736,7 +736,7 @@ jobs:
fi
- name: Login to Docker Hub
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
if: env.DOCKER_PUSH == 'true'
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}