Skip to content

Commit 3dff101

Browse files
striezelmildbyte
authored andcommitted
Update actions/setup-python in GitHub Actions workflows to v4
1 parent 0b3dae3 commit 3dff101

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_test_and_release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
submodules: "recursive"
2323
- name: Setup Python 3.8
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: "3.8"
2727
- uses: actions/cache@v3
@@ -138,7 +138,7 @@ jobs:
138138
steps:
139139
- uses: actions/checkout@v3
140140
- name: Set up Python
141-
uses: actions/setup-python@v1
141+
uses: actions/setup-python@v4
142142
with:
143143
python-version: 3.8
144144
- name: Get artifacts
@@ -167,7 +167,7 @@ jobs:
167167
steps:
168168
- uses: actions/checkout@v3
169169
- name: Set up Python
170-
uses: actions/setup-python@v1
170+
uses: actions/setup-python@v4
171171
with:
172172
python-version: 3.8
173173
- name: Get artifacts
@@ -205,7 +205,7 @@ jobs:
205205
steps:
206206
- uses: actions/checkout@v3
207207
- name: Set up Python
208-
uses: actions/setup-python@v1
208+
uses: actions/setup-python@v4
209209
with:
210210
python-version: 3.8
211211
- name: Get artifacts

0 commit comments

Comments
 (0)