Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Mon, 12 Feb 2024 22:47:07 UTC Commit: 0494e3417e13a58be7222c9db4d231a363513991 https://github.com/geany/geany/commit/0494e3417e13a58be7222c9db4d231a3635139...
Log Message: ----------- Merge pull request #3764 from geany/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
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).