Skip to content

Commit 0cd52e5

Browse files
build(deps): Bump actions/checkout from 6.0.1 to 6.0.2 (#597)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a12a95 commit 0cd52e5

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@v6.0.1
11+
- uses: actions/checkout@v6.0.2
1212
- name: Set up Python
1313
uses: actions/setup-python@v6.2.0
1414
with:

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Builds and publishes releases to PyPI
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6.0.1
12+
- uses: actions/checkout@v6.0.2
1313
- name: Set up Python 3.11
1414
uses: actions/setup-python@v6.2.0
1515
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "3.12"
2020
- "3.13"
2121
steps:
22-
- uses: actions/checkout@v6.0.1
22+
- uses: actions/checkout@v6.0.2
2323
with:
2424
fetch-depth: 2
2525
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)