Skip to content

Commit 734e176

Browse files
committed
chore(deps): Update actions/checkout action to v6
1 parent 32eb2cc commit 734e176

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gen-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
with:
1313
token: ${{ secrets.GH_CQ_BOT }}
1414

.github/workflows/lint_golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 10
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-go@v5
1818
with:
1919
go-version-file: go.mod

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
steps:
1919
- name: Check out code into the Go module directory
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
- name: Set up Go 1.x
2222
uses: actions/setup-go@v5
2323
with:

0 commit comments

Comments
 (0)