Skip to content

Commit e83aeb9

Browse files
Bump actions/setup-python from 4.2.0 to 4.3.0 (#241)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 9ee92a8 commit e83aeb9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/[email protected]
2727
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2828
id: python
29-
uses: actions/setup-python@v4.2.0
29+
uses: actions/setup-python@v4.3.0
3030
with:
3131
python-version: ${{ env.DEFAULT_PYTHON }}
3232
- name: Generate partial Python venv restore key
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/[email protected]
7979
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
8080
id: python
81-
uses: actions/setup-python@v4.2.0
81+
uses: actions/setup-python@v4.3.0
8282
with:
8383
python-version: ${{ env.DEFAULT_PYTHON }}
8484
- name: Restore Python virtual environment
@@ -118,7 +118,7 @@ jobs:
118118
uses: actions/[email protected]
119119
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
120120
id: python
121-
uses: actions/setup-python@v4.2.0
121+
uses: actions/setup-python@v4.3.0
122122
with:
123123
python-version: ${{ env.DEFAULT_PYTHON }}
124124
- name: Restore Python virtual environment
@@ -147,7 +147,7 @@ jobs:
147147
uses: actions/[email protected]
148148
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
149149
id: python
150-
uses: actions/setup-python@v4.2.0
150+
uses: actions/setup-python@v4.3.0
151151
with:
152152
python-version: ${{ env.DEFAULT_PYTHON }}
153153
- name: Restore Python virtual environment
@@ -181,7 +181,7 @@ jobs:
181181
uses: actions/[email protected]
182182
- name: Set up Python ${{ matrix.python-version }}
183183
id: python
184-
uses: actions/setup-python@v4.2.0
184+
uses: actions/setup-python@v4.3.0
185185
with:
186186
python-version: ${{ matrix.python-version }}
187187
- name: Generate partial Python venv restore key

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/[email protected]
2020
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2121
id: python
22-
uses: actions/setup-python@v4.2.0
22+
uses: actions/setup-python@v4.3.0
2323
with:
2424
python-version: ${{ env.DEFAULT_PYTHON }}
2525
- name: Build distributions

0 commit comments

Comments
 (0)