Skip to content

Commit 22dfd2d

Browse files
authored
Merge pull request #857 from dev-hato/dependabot/github_actions/actions/setup-python-3
Bump actions/setup-python from 2.3.2 to 3
2 parents 338eca1 + db2779d commit 22dfd2d

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)