chore(deps): bump docker/login-action from 1.12.0 to 1.13.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](42d299face...6af3c118c8)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-20 03:09:24 +00:00
committed by Umut
parent 19c78e6dad
commit 8d12a53651

View File

@@ -676,7 +676,7 @@ jobs:
cp "${{ env.ARTIFACTS_PACKAGED_DIR }}"/*.whl ./pkg
- name: Login to GitHub Container Registry
uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7
uses: docker/login-action@6af3c118c8376c675363897acf1757f7a9be6583
with:
registry: ghcr.io
username: ${{ secrets.BOT_USERNAME }}