Skip to content

Commit bc911f5

Browse files
chore(deps): update actions/checkout action to v6
1 parent 0004d5a commit bc911f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -11,7 +11,7 @@ jobs:
1111
name: Generate Release Notes
1212
steps:
1313
- name: Check out code into the Go module directory
14-
uses: actions/checkout@v1
14+
uses: actions/checkout@v6
1515
- name: Release Notary
1616
uses: docker://outillage/release-notary
1717
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
go-version: 1.14.x
1414
- name: Check out code into the Go module directory
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v6
1616
- name: Tidy check
1717
run: |
1818
export PATH=${PATH}:`go env GOPATH`/bin

0 commit comments

Comments
 (0)