1 Commits

Author SHA1 Message Date
3bb33835be chore(deps): update actions/checkout action to v5
Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-amd64) (pull_request) Failing after 1s
Lint Markdown files / markdown-lint (pull_request) Failing after 2s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (pull_request) Failing after 5s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Failing after 3s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Failing after 3s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (pull_request) Failing after 2s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Failing after 9s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 9s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (pull_request) Failing after 2s
2025-08-11 13:08:21 +00:00

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.5.0 - uses: docker/login-action@v3.4.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}