Skip to content

Commit 270ca19

Browse files
authored
Merge pull request #197 from plugwise/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents 245889e + 78558bd commit 270ca19

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2727
id: python
28-
uses: actions/setup-python@v3
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: ${{ env.DEFAULT_PYTHON }}
3131
- name: Build a distribution

.github/workflows/verify.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2727
id: python
28-
uses: actions/setup-python@v3
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: ${{ env.DEFAULT_PYTHON }}
3131
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
@@ -76,7 +76,7 @@ jobs:
7676
persist-credentials: false
7777
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
7878
id: python
79-
uses: actions/setup-python@v3
79+
uses: actions/setup-python@v4
8080
with:
8181
python-version: ${{ env.DEFAULT_PYTHON }}
8282
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v3
120120
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
121121
id: python
122-
uses: actions/setup-python@v3
122+
uses: actions/setup-python@v4
123123
with:
124124
python-version: ${{ env.DEFAULT_PYTHON }}
125125
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
@@ -173,7 +173,7 @@ jobs:
173173
uses: actions/checkout@v3
174174
- name: Set up Python ${{ matrix.python-version }}
175175
id: python
176-
uses: actions/setup-python@v3
176+
uses: actions/setup-python@v4
177177
with:
178178
python-version: ${{ matrix.python-version }}
179179
- name: Restore full Python ${{ matrix.python-version }} virtual environment
@@ -213,7 +213,7 @@ jobs:
213213
uses: actions/checkout@v3
214214
- name: Set up Python ${{ matrix.python-version }}
215215
id: python
216-
uses: actions/setup-python@v3
216+
uses: actions/setup-python@v4
217217
with:
218218
python-version: ${{ matrix.python-version }}
219219
- name: Restore full Python ${{ matrix.python-version }} virtual environment
@@ -251,7 +251,7 @@ jobs:
251251
persist-credentials: false
252252
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
253253
id: python
254-
uses: actions/setup-python@v3
254+
uses: actions/setup-python@v4
255255
with:
256256
python-version: ${{ env.DEFAULT_PYTHON }}
257257
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
@@ -292,7 +292,7 @@ jobs:
292292
uses: actions/checkout@v3
293293
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
294294
id: python
295-
uses: actions/setup-python@v3
295+
uses: actions/setup-python@v4
296296
with:
297297
python-version: ${{ env.DEFAULT_PYTHON }}
298298
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
@@ -330,7 +330,7 @@ jobs:
330330
uses: actions/checkout@v3
331331
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
332332
id: python
333-
uses: actions/setup-python@v3
333+
uses: actions/setup-python@v4
334334
with:
335335
python-version: ${{ env.DEFAULT_PYTHON }}
336336
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
@@ -368,7 +368,7 @@ jobs:
368368
uses: actions/checkout@v3
369369
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
370370
id: python
371-
uses: actions/setup-python@v3
371+
uses: actions/setup-python@v4
372372
with:
373373
python-version: ${{ env.DEFAULT_PYTHON }}
374374
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment

0 commit comments

Comments
 (0)