Skip to content

Commit 43952f2

Browse files
committed
TST: Update actions/setup-python to v4
1 parent c4b612f commit 43952f2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci_cron_daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
fetch-depth: 0
5757
- name: Set up Python
58-
uses: actions/setup-python@v3
58+
uses: actions/setup-python@v4
5959
with:
6060
python-version: ${{ matrix.python }}
6161
- name: Install language-pack-de and tzdata

.github/workflows/ci_cron_weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
fetch-depth: 0
7373
- name: Set up Python
74-
uses: actions/setup-python@v3
74+
uses: actions/setup-python@v4
7575
with:
7676
python-version: ${{ matrix.python }}
7777
- name: Install language-pack-de and tzdata

.github/workflows/ci_workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
fetch-depth: 0
101101
- name: Set up Python
102-
uses: actions/setup-python@v3
102+
uses: actions/setup-python@v4
103103
with:
104104
python-version: ${{ matrix.python }}
105105
- name: Install language-pack-fr and tzdata
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
fetch-depth: 0
141141
- name: Set up Python
142-
uses: actions/setup-python@v3
142+
uses: actions/setup-python@v4
143143
with:
144144
python-version: ${{ matrix.python }}
145145
- name: Install language-pack-de and tzdata

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# uses a compiled language
6060

6161
- name: Set up Python
62-
uses: actions/setup-python@v3
62+
uses: actions/setup-python@v4
6363
if: matrix.language == 'cpp'
6464
with:
6565
python-version: 3.9

0 commit comments

Comments
 (0)