Skip to content

Commit d0bbd7a

Browse files
Bump actions/setup-python from 4.6.1 to 4.7.0 (#372)
1 parent af8fc40 commit d0bbd7a

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.6.1
29+
uses: actions/setup-python@v4.7.0
3030
with:
3131
python-version: ${{ env.DEFAULT_PYTHON }}
3232
check-latest: true
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/[email protected]
9292
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9393
id: python
94-
uses: actions/setup-python@v4.6.1
94+
uses: actions/setup-python@v4.7.0
9595
with:
9696
python-version: ${{ env.DEFAULT_PYTHON }}
9797
check-latest: true
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/[email protected]
126126
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
127127
id: python
128-
uses: actions/setup-python@v4.6.1
128+
uses: actions/setup-python@v4.7.0
129129
with:
130130
python-version: ${{ env.DEFAULT_PYTHON }}
131131
check-latest: true
@@ -151,7 +151,7 @@ jobs:
151151
uses: actions/[email protected]
152152
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
153153
id: python
154-
uses: actions/setup-python@v4.6.1
154+
uses: actions/setup-python@v4.7.0
155155
with:
156156
python-version: ${{ env.DEFAULT_PYTHON }}
157157
check-latest: true
@@ -182,7 +182,7 @@ jobs:
182182
uses: actions/[email protected]
183183
- name: Set up Python ${{ matrix.python-version }}
184184
id: python
185-
uses: actions/setup-python@v4.6.1
185+
uses: actions/setup-python@v4.7.0
186186
with:
187187
python-version: ${{ matrix.python-version }}
188188
check-latest: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/[email protected]
2323
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2424
id: python
25-
uses: actions/setup-python@v4.6.1
25+
uses: actions/setup-python@v4.7.0
2626
with:
2727
python-version: ${{ env.DEFAULT_PYTHON }}
2828
- name: Build distributions

0 commit comments

Comments
 (0)