Skip to content

Commit 233da24

Browse files
chore(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f794e83 commit 233da24

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/auto-fix-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Checkout code
56-
uses: actions/checkout@v6
56+
uses: actions/checkout@v7
5757
with:
5858
ref: ${{ github.ref }}
5959
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/data-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
steps:
8888
- name: Checkout repository
89-
uses: actions/checkout@v6
89+
uses: actions/checkout@v7
9090

9191
- name: Setup Python for pre-commit tooling
9292
uses: actions/setup-python@v6

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v6

.github/workflows/pester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Confirm PowerShell 7.4 or newer
2525
shell: pwsh

.github/workflows/powershell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848

4949
- name: Confirm PowerShell 7.4 or newer
5050
shell: pwsh
@@ -146,7 +146,7 @@ jobs:
146146

147147
steps:
148148
- name: Checkout repository
149-
uses: actions/checkout@v6
149+
uses: actions/checkout@v7
150150

151151
- name: Confirm PowerShell 7.4 or newer
152152
shell: pwsh

.github/workflows/precommit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Setup Python for pre-commit tooling
3030
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)