Bump docker/login-action from 3.0.0 to 3.1.0 (#1138)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 13 Mar 2024 18:39:55 +0000 (19:39 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2024 18:39:55 +0000 (19:39 +0100)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.0.0...v3.1.0)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/release.yml

index a7d91a6263853e445494f6efae399955f2621299..a7ac5f1e79111180da53655160bc6f7e8440987c 100644 (file)
@@ -55,7 +55,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Log in to the GitHub container registry
-        uses: docker/login-action@v3.0.0
+        uses: docker/login-action@v3.1.0
         with:
           registry: ghcr.io
           username: ${{ github.repository_owner }}