mirror of
https://github.com/BoPeng/ai-marketplace-monitor.git
synced 2025-12-23 22:28:18 -05:00
Bump actions/setup-python from 5.6.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.6.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/pre-commit-autoupdate.yml
vendored
2
.github/workflows/pre-commit-autoupdate.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5.6.0
|
||||
uses: actions/setup-python@v6.1.0
|
||||
with:
|
||||
python-version: 3.12
|
||||
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5.6.0
|
||||
uses: actions/setup-python@v6.1.0
|
||||
with:
|
||||
python-version: 3.12
|
||||
|
||||
|
||||
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5.6.0
|
||||
uses: actions/setup-python@v6.1.0
|
||||
with:
|
||||
python-version: 3.12
|
||||
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5.6.0
|
||||
uses: actions/setup-python@v6.1.0
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
@@ -84,7 +84,7 @@ jobs:
|
||||
# - uses: actions/checkout@v4.2.2
|
||||
|
||||
# - name: Set up Python 3.12
|
||||
# uses: actions/setup-python@v5.6.0
|
||||
# uses: actions/setup-python@v6.1.0
|
||||
# with:
|
||||
# python-version: 3.12
|
||||
|
||||
|
||||
Reference in New Issue
Block a user