Skip to content

Commit 9004bff

Browse files
chore(deps): update actions/checkout action to v6
1 parent fbbc573 commit 9004bff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Check out code into the Go module directory
10-
uses: actions/checkout@v1
10+
uses: actions/checkout@v6
1111
- name: Commitsar check
1212
uses: docker://outillage/commitsar
1313
golangci-lint:
1414
name: runner / golangci-lint
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out code into the Go module directory
18-
uses: actions/checkout@v1
18+
uses: actions/checkout@v6
1919
- name: golangci-lint
2020
uses: docker://reviewdog/action-golangci-lint
2121
with:

.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: Check out code into the Go module directory
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v6
1414
- name: Release Notary
1515
uses: docker://outillage/release-notary
1616
env:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
go-version: ${{ matrix.go-version }}
1818
- name: Check out code into the Go module directory
19-
uses: actions/checkout@v1
19+
uses: actions/checkout@v6
2020
- name: Test
2121
run: |
2222
go install github.com/magefile/mage
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
go-version: 1.24.x
3232
- name: Check out code into the Go module directory
33-
uses: actions/checkout@v1
33+
uses: actions/checkout@v6
3434
- name: Tidy check
3535
run: |
3636
go install github.com/magefile/mage

0 commit comments

Comments
 (0)