chore(deps): update actions/checkout action to v6
Some checks failed
Go / build (pull_request) Failing after 0s

This commit is contained in:
Renovate Bot
2025-11-22 18:14:43 +00:00
parent 5af162aff2
commit fb075a8820

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
# - name: Set up Go
# uses: actions/setup-go@v4