Skip to content

Commit c607e71

Browse files
dependabot[bot]kanywst
authored andcommitted
chore(deps): bump actions/checkout from 6 to 7
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>
1 parent ea13105 commit c607e71

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
shellcheck:
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- name: ShellCheck all run.sh / cleanup.sh
1818
run: |
1919
set -e
@@ -30,15 +30,15 @@ jobs:
3030
yamllint:
3131
runs-on: ubuntu-24.04
3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434
- uses: ibiqlik/action-yamllint@v3
3535
with:
3636
config_file: .yamllint.yml
3737

3838
markdownlint:
3939
runs-on: ubuntu-24.04
4040
steps:
41-
- uses: actions/checkout@v6
41+
- uses: actions/checkout@v7
4242
- uses: DavidAnson/markdownlint-cli2-action@v23
4343
with:
4444
globs: |
@@ -48,7 +48,7 @@ jobs:
4848
kubeconform:
4949
runs-on: ubuntu-24.04
5050
steps:
51-
- uses: actions/checkout@v6
51+
- uses: actions/checkout@v7
5252
- name: Install kubeconform
5353
run: |
5454
curl -fsSL -o /tmp/kc.tgz \

0 commit comments

Comments
 (0)