Skip to content

Commit b0cdfd2

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v7
2121

22-
- uses: actions/setup-python@v6
22+
- uses: actions/setup-python@v7
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v7
3939

40-
- uses: actions/setup-python@v6
40+
- uses: actions/setup-python@v7
4141
with:
4242
python-version: "3.11"
4343

@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@v7
7070

71-
- uses: actions/setup-python@v6
71+
- uses: actions/setup-python@v7
7272
with:
7373
python-version: "3.13"
7474

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
26+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2727
with:
2828
python-version: "3.11"
2929

0 commit comments

Comments
 (0)