Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit c44b428

Browse files
fix: bump actions/setup-python from 1 to 4 (#15)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20bd497 commit c44b428

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/on-push-create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Setup Python
4545
if: steps.tag_version.outputs.release_type
46-
uses: actions/setup-python@v2.2.2
46+
uses: actions/setup-python@v4
4747
with:
4848
python-version: 3.7
4949

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222

23-
- uses: actions/setup-python@v4.6.0
23+
- uses: actions/setup-python@v4
2424
with:
2525
python-version: ${{ inputs.python-version }}
2626

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: pyaction
2424
clean: true
2525

26-
- uses: actions/setup-python@v1
26+
- uses: actions/setup-python@v4
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ runs:
157157
project: ${{ inputs.toml }}
158158

159159
- if: ${{ inputs.pytest == 'true' || inputs.pypi_publish == 'true' }}
160-
uses: actions/setup-python@v1
160+
uses: actions/setup-python@v4
161161
with:
162162
python-version: ${{ inputs.python_version }}
163163
cache: 'pip' # caching pip dependencies

0 commit comments

Comments
 (0)