Skip to content

Commit db2779d

Browse files
Bump actions/setup-python from 2.3.2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 338eca1 commit db2779d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
- run: echo "PYTHON_VERSION=$(cat .python-version)" >> "${GITHUB_ENV}"
2121
- name: Set up Python ${{ env.PYTHON_VERSION }}
22-
uses: actions/setup-python@v2.3.2
22+
uses: actions/setup-python@v3
2323
with:
2424
python-version: ${{env.PYTHON_VERSION }}
2525
cache: pipenv

.github/workflows/pr-test-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
submodules: "recursive"
2222
- run: echo "PYTHON_VERSION=$(cat .python-version)" >> "${GITHUB_ENV}"
2323
- name: Set up Python ${{ env.PYTHON_VERSION }}
24-
uses: actions/setup-python@v2.3.2
24+
uses: actions/setup-python@v3
2525
with:
2626
python-version: ${{ env.PYTHON_VERSION }}
2727
cache: pipenv

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- run: echo "PYTHON_VERSION=$(cat .python-version)" >> "${GITHUB_ENV}"
2121
- name: Set up Python ${{ env.PYTHON_VERSION }}
22-
uses: actions/setup-python@v2.3.2
22+
uses: actions/setup-python@v3
2323
with:
2424
python-version: ${{ env.PYTHON_VERSION }}
2525
cache: pipenv

0 commit comments

Comments
 (0)