Skip to content

Commit f3cea83

Browse files
authored
Merge pull request #237 from arduino/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents de52655 + 8d7dc3e commit f3cea83

22 files changed

+25
-25
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

workflow-templates/check-mkdocs-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

workflow-templates/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

workflow-templates/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

workflow-templates/dependabot/workflow-template-copies/.github/workflows/check-mkdocs-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

workflow-templates/dependabot/workflow-template-copies/.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

workflow-templates/dependabot/workflow-template-copies/.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

0 commit comments

Comments
 (0)