Skip to content

Commit 6188165

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

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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@v6
16+
- uses: actions/checkout@v7
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@v6
92+
- uses: actions/checkout@v7
9393

9494
- name: Setup Helm
9595
uses: azure/setup-helm@v5
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
cluster_name: kind
128128

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

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

.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@v6
18+
- uses: actions/checkout@v7
1919
- uses: luizm/action-sh-checker@v0.10.0
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@v6
18+
- uses: actions/checkout@v7
1919
- uses: actions/setup-go@v6
2020
with:
2121
go-version-file: 'go.mod'

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "flags=--snapshot --skip=sign" >> $GITHUB_ENV
3838
-
3939
name: Checkout
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141
with:
4242
fetch-depth: 0
4343
-
@@ -135,7 +135,7 @@ jobs:
135135
steps:
136136
-
137137
name: Checkout
138-
uses: actions/checkout@v6
138+
uses: actions/checkout@v7
139139
-
140140
name: Test provenance signing with disposable key
141141
run: |

0 commit comments

Comments
 (0)