Bump docker/login-action from 3.4.0 to 3.5.0 (#1)

This commit is contained in:
dependabot[bot] 2025-09-25 00:28:16 +02:00 committed by Adrian Jagielak
parent 383980d5f8
commit 060ae593f8
No known key found for this signature in database
GPG Key ID: 0818CF7AF6C62BFB

View File

@ -98,7 +98,7 @@ jobs:
- name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3.4.0
uses: docker/login-action@v3.5.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}