chore(deps): update docker/login-action action to v3.5.0
All checks were successful
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 2m19s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 1m20s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (pull_request) Successful in 35s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (pull_request) Successful in 39s
Lint Markdown files / markdown-lint (pull_request) Successful in 13s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 1m55s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 1m25s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (pull_request) Successful in 58s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (pull_request) Successful in 1m20s

This commit is contained in:
2025-08-04 16:02:42 +00:00
parent 2aecb89e06
commit 0e3fab41bc

View File

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