Skip to content

Commit bbea989

Browse files
chore(deps): bump actions/checkout from 5 to 6
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] <support@github.com>
1 parent 65b73f0 commit bbea989

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@v5
16+
- uses: actions/checkout@v6
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@v5
33+
- uses: actions/checkout@v6
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@v5
41+
- uses: actions/checkout@v6
4242
- uses: DavidAnson/markdownlint-cli2-action@v20
4343
with:
4444
globs: |
@@ -48,7 +48,7 @@ jobs:
4848
kubectl-dry-run:
4949
runs-on: ubuntu-24.04
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
- name: Install kubectl
5353
uses: azure/setup-kubectl@v4
5454
- name: kubectl --dry-run=client on every manifest

0 commit comments

Comments
 (0)