Branch: refs/heads/master Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: GitHub noreply@github.com Date: Mon, 12 Feb 2024 22:37:16 UTC Commit: a17e35225fa01d5f3e12965b7d2b660190382af5 https://github.com/geany/geany/commit/a17e35225fa01d5f3e12965b7d2b660190382a...
Log Message: ----------- Bump docker/login-action from 2 to 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
Modified Paths: -------------- .github/workflows/build.yml
Modified: .github/workflows/build.yml 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -212,7 +212,7 @@ jobs: env | sort
- name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.DOCKER_REGISTRY }} username: ${{ github.actor }}
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).