mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
Bump actions/checkout from 2 to 3 (#869)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout 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
@@ -17,7 +17,7 @@ jobs:
|
||||
name: Python ${{ matrix.python-version }} CI
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- run: git fetch --prune --unshallow
|
||||
|
||||
- name: Setup python
|
||||
|
||||
2
.github/workflows/MacOS_CI.yml
vendored
2
.github/workflows/MacOS_CI.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
python-version: [ '3.11' ]
|
||||
name: Python ${{ matrix.python-version }} CI
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- run: git fetch --prune --unshallow
|
||||
|
||||
- name: Update bash
|
||||
|
||||
2
.github/workflows/Windows_CI.yml
vendored
2
.github/workflows/Windows_CI.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
python-version: [ '3.11' ]
|
||||
name: Python ${{ matrix.python-version }} CI
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- run: git fetch --prune --unshallow
|
||||
|
||||
- name: Setup python
|
||||
|
||||
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
# We must fetch at least the immediate parents so that if this is
|
||||
# a pull request then we can checkout the head.
|
||||
|
||||
Reference in New Issue
Block a user