Skip to content

Commit 5da743a

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#2211)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2588a41 commit 5da743a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
working-directory: docs/
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
# fetch all commits to get last updated time or other git log info
2424
fetch-depth: 0

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
asdf-bash:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: asdf-vm/actions/install@v3
1818
- uses: actions/setup-python@v5
1919
with:
@@ -24,7 +24,7 @@ jobs:
2424
asdf-golang:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Setup Go
2929
uses: actions/setup-go@v5
3030
with:
@@ -47,7 +47,7 @@ jobs:
4747
actions:
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151
- name: Check workflow files
5252
uses: docker://rhysd/actionlint:1.6.24
5353
with:

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# goos: windows
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737
- name: Build Go binaries

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
cli: ${{ steps.filter.outputs.cli }}
1616
go: ${{ steps.filter.outputs.go }}
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
- uses: dorny/paths-filter@v3
@@ -48,7 +48,7 @@ jobs:
4848
os: [ubuntu-latest, macos-latest]
4949
runs-on: ${{ matrix.os }}
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
- name: Setup Go
5353
uses: actions/setup-go@v5
5454
with:
@@ -71,7 +71,7 @@ jobs:
7171
if: ${{ github.event_name == 'pull_request' && needs.detect-changes.outputs.documentation == 'true' }}
7272
runs-on: ubuntu-latest
7373
steps:
74-
- uses: actions/checkout@v5
74+
- uses: actions/checkout@v6
7575
with:
7676
# fetch all commits to get git log info for Vuepress
7777
fetch-depth: 0

0 commit comments

Comments
 (0)