chore(deps): update actions/checkout action to v6.0.3
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 50s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 13s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 55s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Failing after 13s
Lint Markdown files / Run markdown linter (pull_request) Successful in 19s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 21s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 21s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Failing after 5s

This commit is contained in:
2026-06-04 15:13:48 +00:00
parent d49cfb80f0
commit 1045331ebd
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
go: [ stable ]
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.3
- uses: actions/setup-go@v6.1.0
with:
go-version: ${{ matrix.go }}