Skip to content

Commit d06320e

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0 (#993)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 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.1...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05ad0f7 commit d06320e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
auto-update:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5.0.1
11+
- uses: actions/checkout@v6.0.0
1212

1313
- name: Set up Python
1414
uses: actions/setup-python@v6.0.0

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5.0.1
15+
- uses: actions/checkout@v6.0.0
1616
- name: Set up Python
1717
uses: actions/setup-python@v6.0.0
1818
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "3.13"
2121
- "3.14"
2222
steps:
23-
- uses: actions/checkout@v5.0.1
23+
- uses: actions/checkout@v6.0.0
2424
with:
2525
fetch-depth: 2
2626
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)