Skip to content

Commit 3f4e98b

Browse files
authored
chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0 [skip ci]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0. Release notes *Sourced from [actions/setup-python's releases](https://github.com/actions/setup-python/releases).* > v7.0.0 > ------ > > What's Changed > -------------- > > ### Enhancements > > * Migrate to ESM and upgrade dependencies by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-python#1330](https://redirect.github.com/actions/setup-python/pull/1330) > * Pin SHA commits and update docs with latest versions by [`@​HarithaVattikuti`](https://github.com/HarithaVattikuti) in [actions/setup-python#1338](https://redirect.github.com/actions/setup-python/pull/1338) > * Remove the pip-install input by [`@​gowridurgad`](https://github.com/gowridurgad) in [actions/setup-python#1336](https://redirect.github.com/actions/setup-python/pull/1336) > > ### Bug Fix > > * Fix to Classify stderr warning messages as warnings instead of errors in annotations by [`@​lmvysakh`](https://github.com/lmvysakh) in [actions/setup-python#1335](https://redirect.github.com/actions/setup-python/pull/1335) > * Validate and retry manifest fetch to prevent silent failures by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-python#1332](https://redirect.github.com/actions/setup-python/pull/1332) > > ### Dependency Upgrade > > * Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-python#1328](https://redirect.github.com/actions/setup-python/pull/1328) > * Remove EOL Python versions and Bumps numpy text fixture by [`@​priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-python#1333](https://redirect.github.com/actions/setup-python/pull/1333) > * Upgrade `@​actions/cache` to 6.2.0 by [`@​philip-gai`](https://github.com/philip-gai) in [actions/setup-python#1337](https://redirect.github.com/actions/setup-python/pull/1337) > > New Contributors > ---------------- > > * [`@​lmvysakh`](https://github.com/lmvysakh) made their first contribution in [actions/setup-python#1335](https://redirect.github.com/actions/setup-python/pull/1335) > * [`@​philip-gai`](https://github.com/philip-gai) made their first contribution in [actions/setup-python#1337](https://redirect.github.com/actions/setup-python/pull/1337) > > **Full Changelog**: <actions/setup-python@v6...v7.0.0> Commits * [`5fda3b9`](actions/setup-python@5fda3b9) Pin SHA commits and update docs with latest versions ([#1338](https://redirect.github.com/actions/setup-python/issues/1338)) * [`4ab7e95`](actions/setup-python@4ab7e95) Merge pull request [#1337](https://redirect.github.com/actions/setup-python/issues/1337) from actions/philip-gai/bump-actions-cache-6-2-0 * [`0f3a009`](actions/setup-python@0f3a009) Remove the pip-install input ([#1336](https://redirect.github.com/actions/setup-python/issues/1336)) * [`f8cf429`](actions/setup-python@f8cf429) Migrate to ESM and upgrade dependencies ([#1330](https://redirect.github.com/actions/setup-python/issues/1330)) * [`54baeea`](actions/setup-python@54baeea) Validate and retry manifest fetch to prevent silent failures ([#1332](https://redirect.github.com/actions/setup-python/issues/1332)) * [`c709277`](actions/setup-python@c709277) Annotation code fix ([#1335](https://redirect.github.com/actions/setup-python/issues/1335)) * [`6849080`](actions/setup-python@6849080) remove EOL Python versions and Bumps numpy text fixture ([#1333](https://redirect.github.com/actions/setup-python/issues/1333)) * [`0903b46`](actions/setup-python@0903b46) Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data ([#1328](https://redirect.github.com/actions/setup-python/issues/1328)) * See full diff in [compare view](actions/setup-python@ece7cb0...5fda3b9) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/setup-python&package-manager=github\_actions&previous-version=6.3.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
2 parents ecabba4 + 19fae99 commit 3f4e98b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
14-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
14+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
1515
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1616

1717
build:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
20+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2121
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
2222

2323
build:

.github/workflows/clean-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
17+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
1818
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1919

2020
build:

.github/workflows/pre-commit-update.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
steps:
1414
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
15-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
15+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
1616
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1717
- run: pre-commit autoupdate --config .pre-commit-config.yaml
1818
shell: bash

0 commit comments

Comments
 (0)