chore(deps): update actions/checkout action to v6 (#2527)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-26 13:59:45 -03:00
committed by GitHub
parent 7901cce831
commit 9cc1c7b40b
4 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ jobs:
with:
go-version: ${{matrix.go-version}}
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
@@ -34,7 +34,7 @@ jobs:
with:
python-version: 3.14
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: install check-jsonschema
run: python -m pip install 'check-jsonschema==0.27.3'