mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-09 21:58:28 -05:00
build(deps): bump actions/setup-python from 5 to 6 (#1264)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/Linux_CI.yml
vendored
2
.github/workflows/Linux_CI.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
- run: git fetch --prune --unshallow
|
||||
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
||||
2
.github/workflows/MacOS_CI.yml
vendored
2
.github/workflows/MacOS_CI.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
run: brew install bash
|
||||
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
|
||||
2
.github/workflows/Windows_CI.yml
vendored
2
.github/workflows/Windows_CI.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- run: git fetch --prune --unshallow
|
||||
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
|
||||
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
pages: write
|
||||
steps:
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user