Skip to content

Commit 4ac1b9b

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#1056)
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 73144eb commit 4ac1b9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-test:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
# Checkout all repo history to make tags available for figuring out kube-linter version during build.
2525
fetch-depth: 0
@@ -100,7 +100,7 @@ jobs:
100100
needs: build-and-test
101101
runs-on: ubuntu-latest
102102
steps:
103-
- uses: actions/checkout@v5
103+
- uses: actions/checkout@v6
104104

105105
- name: Download executable
106106
uses: actions/download-artifact@v6
@@ -147,7 +147,7 @@ jobs:
147147
needs: build-and-test
148148
runs-on: windows-latest
149149
steps:
150-
- uses: actions/checkout@v5
150+
- uses: actions/checkout@v6
151151
with:
152152
# Checkout all repo history to make tags available for figuring out kube-linter version during build.
153153
fetch-depth: 0

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: sigstore/[email protected]
5454

5555
- name: Checkout
56-
uses: actions/checkout@v5
56+
uses: actions/checkout@v6
5757
with:
5858
fetch-depth: 0
5959

0 commit comments

Comments
 (0)