diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-27 11:29:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-27 11:29:51 +0000 |
commit | 1ff2d20a6f25fb02a17ca808390e5f4a7e94c1fd (patch) | |
tree | cbd3ae8065507c8e65072a98fce7e860802dc3b0 | |
parent | Bump dawidd6/action-download-artifact from 2.25.0 to 2.26.0 (#15152) (diff) | |
download | synapse-1ff2d20a6f25fb02a17ca808390e5f4a7e94c1fd.tar.xz |
Bump docker/login-action from 1 to 2 (#15154)
* Bump docker/login-action from 1 to 2 Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v2) --- 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> * Changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/push_complement_image.yml | 2 | ||||
-rw-r--r-- | changelog.d/15154.misc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/push_complement_image.yml b/.github/workflows/push_complement_image.yml index f26143de6b..b76c4cb323 100644 --- a/.github/workflows/push_complement_image.yml +++ b/.github/workflows/push_complement_image.yml @@ -48,7 +48,7 @@ jobs: with: ref: master - name: Login to registry - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/changelog.d/15154.misc b/changelog.d/15154.misc new file mode 100644 index 0000000000..c958b52078 --- /dev/null +++ b/changelog.d/15154.misc @@ -0,0 +1 @@ +Bump docker/login-action from 1 to 2. |