Skip to content

Commit 1f0617c

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

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.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.1
19+
- uses: actions/checkout@v6.0.2
2020
- name: Pull markdownlint/markdownlint:latest Image
2121
run: docker pull markdownlint/markdownlint:latest
2222
- name: Run markdownlint against *.md files

.github/workflows/on_pr.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Check
2323
runs-on: ubuntu-22.04
2424
steps:
25-
- uses: actions/checkout@v6.0.1
25+
- uses: actions/checkout@v6.0.2
2626
- uses: actions-rs/toolchain@v1.0.7
2727
with:
2828
profile: minimal
@@ -40,7 +40,7 @@ jobs:
4040
name: Rustfmt
4141
runs-on: ubuntu-22.04
4242
steps:
43-
- uses: actions/checkout@v6.0.1
43+
- uses: actions/checkout@v6.0.2
4444
- uses: actions-rs/toolchain@v1.0.7
4545
with:
4646
profile: minimal
@@ -56,7 +56,7 @@ jobs:
5656
name: Clippy
5757
runs-on: ubuntu-22.04
5858
steps:
59-
- uses: actions/checkout@v6.0.1
59+
- uses: actions/checkout@v6.0.2
6060
- uses: actions-rs/toolchain@v1.0.7
6161
with:
6262
toolchain: stable
@@ -76,7 +76,7 @@ jobs:
7676
name: "Linting: hadolint"
7777
runs-on: ubuntu-22.04
7878
steps:
79-
- uses: actions/checkout@v6.0.1
79+
- uses: actions/checkout@v6.0.2
8080
- name: Pull hadolint/hadolint:latest Image
8181
run: docker pull hadolint/hadolint:latest
8282
- name: Run hadolint against Dockerfiles
@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- name: Checkout
91-
uses: actions/checkout@v6.0.1
91+
uses: actions/checkout@v6.0.2
9292
with:
9393
fetch-depth: 0
9494

.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.1
14+
uses: actions/checkout@v6.0.2
1515
- name: Update pre-commit hooks
1616
uses: brokenpip3/action-pre-commit-update@0.0.3
1717
with:

.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.1
17+
- uses: actions/checkout@v6.0.2
1818
- name: yaml-lint
1919
uses: ibiqlik/action-yamllint@v3.1.1
2020
with:

0 commit comments

Comments
 (0)