Skip to content

Commit cfb0aca

Browse files
Bump actions/checkout from 6.0.3 to 7.0.0 (#44)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a3e4c6 commit cfb0aca

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/gitguardian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.actor != 'dependabot[bot]' # Skip for Dependabot
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v6.0.3
19+
uses: actions/checkout@v7.0.0
2020
with:
2121
fetch-depth: 0 # fetch all history so multiple commits can be scanned
2222
- name: GitGuardian scan

.github/workflows/linters.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.actor != 'dependabot[bot]'
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v6.0.3
19+
uses: actions/checkout@v7.0.0
2020

2121
- name: Install ShellCheck
2222
run: sudo apt-get update && sudo apt-get install -y shellcheck
@@ -54,7 +54,7 @@ jobs:
5454
if: github.actor != 'dependabot[bot]'
5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v6.0.3
57+
uses: actions/checkout@v7.0.0
5858

5959
- name: Install EditorConfig Checker
6060
run: |
@@ -76,7 +76,7 @@ jobs:
7676
if: github.actor != 'dependabot[bot]'
7777
steps:
7878
- name: Checkout
79-
uses: actions/checkout@v6.0.3
79+
uses: actions/checkout@v7.0.0
8080

8181
- name: Install yamllint
8282
run: pip install yamllint
@@ -91,7 +91,7 @@ jobs:
9191
if: github.actor != 'dependabot[bot]'
9292
steps:
9393
- name: Checkout
94-
uses: actions/checkout@v6.0.3
94+
uses: actions/checkout@v7.0.0
9595

9696
- name: CodeSpell Check
9797
uses: codespell-project/actions-codespell@v2
@@ -105,7 +105,7 @@ jobs:
105105
if: github.actor != 'dependabot[bot]'
106106
steps:
107107
- name: Checkout
108-
uses: actions/checkout@v6.0.3
108+
uses: actions/checkout@v7.0.0
109109

110110
- name: Install check-jsonschema
111111
run: pip install check-jsonschema

0 commit comments

Comments
 (0)