1 Commits

Author SHA1 Message Date
920730cf41 chore(deps): update docker/login-action action to v4 2026-04-14 10:58:25 +00:00

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-go@v6.1.0 - uses: actions/setup-go@v6.1.0
with: with:
go-version: stable go-version: stable
- uses: docker/login-action@v3.6.0 - uses: docker/login-action@v4.1.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}