Skip to content

Commit 9cc1c7b

Browse files
chore(deps): update actions/checkout action to v6 (#2527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7901cce commit 9cc1c7b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: ${{matrix.go-version}}
2222

23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424

2525
- name: golangci-lint
2626
uses: golangci/golangci-lint-action@v9
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
python-version: 3.14
3636

37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838

3939
- name: install check-jsonschema
4040
run: python -m pip install 'check-jsonschema==0.27.3'

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: go
2525

2626
- name: Check out code into the Go module directory
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Download Go modules
3030
run: go mod download

0 commit comments

Comments
 (0)