Skip to content

Commit de3de91

Browse files
chore(deps): Bump actions/checkout from 6 to 6.0.2 (#13)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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...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 5b54468 commit de3de91

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
outputs:
1717
TAG_NOT_PRESENT: ${{ steps.get-tag.outputs.TAG_NOT_PRESENT }}
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v6.0.2
2020
with:
2121
fetch-depth: 0
2222
- name: Get the tag from Python and check if it's present
@@ -43,7 +43,7 @@ jobs:
4343
needs: check-if-tag
4444
if: needs.check-if-tag.outputs.TAG_NOT_PRESENT == 'true'
4545
steps:
46-
- uses: actions/checkout@v6
46+
- uses: actions/checkout@v6.0.2
4747
- uses: actions/setup-python@v6
4848
with:
4949
python-version: "3.14"

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v6.0.2
1313
- uses: actions/setup-python@v6
1414
with:
1515
python-version: ${{ matrix.python-version }}
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v6.0.2
3030
- uses: actions/setup-python@v6
3131
with:
3232
python-version: ${{ matrix.python-version }}
@@ -37,7 +37,7 @@ jobs:
3737
name: Compare to API
3838
runs-on: ubuntu-22.04
3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v6.0.2
4141
- uses: actions/setup-python@v6
4242
with:
4343
python-version: "3.14"

0 commit comments

Comments
 (0)