Skip to content

Commit 6411427

Browse files
authored
Merge pull request #239 from vpython/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 1 to 4
2 parents a8b5cc2 + 38c6086 commit 6411427

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v1
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

.github/workflows/upload_pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v1
25+
uses: actions/setup-python@v4
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
fetch-depth: 0
4848
- name: Set up Python
49-
uses: actions/setup-python@v1
49+
uses: actions/setup-python@v4
5050
with:
5151
python-version: 3.8
5252
- name: Stable with rustfmt and clippy
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
fetch-depth: 0
7979
- name: Set up Python
80-
uses: actions/setup-python@v1
80+
uses: actions/setup-python@v4
8181
with:
8282
python-version: 3.8
8383
- name: Set up QEMU
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
- uses: actions/checkout@v3
106106
- name: Set up Python
107-
uses: actions/setup-python@v1
107+
uses: actions/setup-python@v4
108108
with:
109109
python-version: '3.10'
110110
- name: Install dependencies

0 commit comments

Comments
 (0)