Skip to content

Commit 4f07f7f

Browse files
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent da1eb9b commit 4f07f7f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/check-python-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v3
6969

7070
- name: Install Python
71-
uses: actions/setup-python@v3
71+
uses: actions/setup-python@v4
7272
with:
7373
python-version: ${{ env.PYTHON_VERSION }}
7474

@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/checkout@v3
9898

9999
- name: Install Python
100-
uses: actions/setup-python@v3
100+
uses: actions/setup-python@v4
101101
with:
102102
python-version: ${{ env.PYTHON_VERSION }}
103103

.github/workflows/check-yaml-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@v3
9797

9898
- name: Install Python
99-
uses: actions/setup-python@v3
99+
uses: actions/setup-python@v4
100100
with:
101101
python-version: ${{ env.PYTHON_VERSION }}
102102

.github/workflows/spell-check-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v3
2525

2626
- name: Install Python
27-
uses: actions/setup-python@v3
27+
uses: actions/setup-python@v4
2828
with:
2929
python-version: ${{ env.PYTHON_VERSION }}
3030

.github/workflows/test-python-poetry-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@v3
6565

6666
- name: Install Python
67-
uses: actions/setup-python@v3
67+
uses: actions/setup-python@v4
6868
with:
6969
python-version: ${{ env.PYTHON_VERSION }}
7070

0 commit comments

Comments
 (0)