Skip to content

Commit 6278804

Browse files
committed
chore(deps): Update actions/checkout action to v6
1 parent dd8c36a commit 6278804

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint_golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Lint with GolangCI
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-go@v6
2020
with:
2121
go-version-file: go.mod

.github/workflows/lint_markdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Git checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- name: Vale
1919
uses: errata-ai/vale-action@v2
2020
with:
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Git checkout
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
- name: markdownlint-cli
3131
uses: nosborn/[email protected]
3232
with:

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git config --global core.autocrlf false
2424
git config --global core.eol lf
2525
- name: Check out code into the Go module directory
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
- name: Set up Go 1.x
2828
uses: actions/setup-go@v6
2929
with:

0 commit comments

Comments
 (0)