Skip to content

Commit dd88b7f

Browse files
build(deps): bump actions/checkout from 5 to 6 (#893)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ec2138 commit dd88b7f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-go@v6
1818
with:
1919
go-version-file: "go.mod"
@@ -89,7 +89,7 @@ jobs:
8989
git config --global core.autocrlf false
9090
git config --global core.eol lf
9191
92-
- uses: actions/checkout@v5
92+
- uses: actions/checkout@v6
9393

9494
- name: Setup Helm
9595
uses: azure/setup-helm@v4
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
skipClusterLogsExport: true
128128

129-
- uses: actions/checkout@v5
129+
- uses: actions/checkout@v6
130130

131131
- name: Setup Helm
132132
uses: azure/setup-helm@v4

.github/workflows/lint-sh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1616
continue-on-error: true
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: luizm/[email protected]
2020
with:
2121
sh_checker_exclude: 'scripts'

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 10
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/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "flags=--snapshot" >> $GITHUB_ENV
2525
-
2626
name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
3030
-

0 commit comments

Comments
 (0)