Skip to content

Commit 654c258

Browse files
dependabot[bot]fredclausen
authored andcommitted
chore(deps): Bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6591b8c commit 654c258

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v5.0.0
13+
- uses: actions/checkout@v6.0.0
1414
- name: Pull koalaman/shellcheck:stable Image
1515
run: docker pull koalaman/shellcheck:stable
1616
- name: Run Shellcheck against shell scripts
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v5.0.0
25+
- uses: actions/checkout@v6.0.0
2626
- name: Pull hadolint/hadolint:latest Image
2727
run: docker pull hadolint/hadolint:latest
2828
- name: Run hadolint against Dockerfiles
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333

3434
steps:
35-
- uses: actions/checkout@v5.0.0
35+
- uses: actions/checkout@v6.0.0
3636
- name: Pull markdownlint/markdownlint:latest Image
3737
run: docker pull markdownlint/markdownlint:latest
3838
- name: Run markdownlint against *.md files

.github/workflows/pre-commit-updates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Updates
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5.0.0
14+
uses: actions/checkout@v6.0.0
1515
- name: Update pre-commit hooks
1616
uses: brokenpip3/action-pre-commit-update@0.0.3
1717
with:

0 commit comments

Comments
 (0)