Skip to content

Commit af848a7

Browse files
dependabot[bot]fredclausen
authored andcommitted
Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27a04c7 commit af848a7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/flake8.yml

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
steps:
1717
- name: Check out source repository
18-
uses: actions/checkout@v6.0.0
18+
uses: actions/checkout@v6.0.1
1919
- name: Set up Python environment
2020
uses: actions/setup-python@v6.1.0
2121
with:

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Run hadolint against docker files
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6.0.0
17+
- uses: actions/checkout@v6.0.1
1818
- name: Pull hadolint/hadolint:latest Image
1919
run: docker pull hadolint/hadolint:latest
2020
- name: Run hadolint against Dockerfiles

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v6.0.0
19+
- uses: actions/checkout@v6.0.1
2020
- name: Pull markdownlint/markdownlint:latest Image
2121
run: docker pull markdownlint/markdownlint:latest
2222
- 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@v6.0.0
14+
uses: actions/checkout@v6.0.1
1515
- name: Update pre-commit hooks
1616
uses: brokenpip3/action-pre-commit-update@0.0.3
1717
with:

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: ${{ github.event_name == 'pull_request' }}
1515
steps:
16-
- uses: actions/checkout@v6.0.0
16+
- uses: actions/checkout@v6.0.1
1717
- name: Pull koalaman/shellcheck:stable Image
1818
run: docker pull koalaman/shellcheck:stable
1919
- name: Run Shellcheck against shell scripts

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Run yamllint against YAML files
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6.0.0
17+
- uses: actions/checkout@v6.0.1
1818
- name: yaml-lint
1919
uses: ibiqlik/action-yamllint@v3.1.1
2020
with:

0 commit comments

Comments
 (0)