Skip to content

Commit e93a828

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0 (#581)
1 parent 442b981 commit e93a828

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

+5-5
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@v5.3.0
29+
uses: actions/setup-python@v5.4.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@v5.3.0
94+
uses: actions/setup-python@v5.4.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@v5.3.0
128+
uses: actions/setup-python@v5.4.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@v5.3.0
154+
uses: actions/setup-python@v5.4.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@v5.3.0
185+
uses: actions/setup-python@v5.4.0
186186
with:
187187
python-version: ${{ matrix.python-version }}
188188
check-latest: true

.github/workflows/release.yaml

+1-1
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@v5.3.0
25+
uses: actions/setup-python@v5.4.0
2626
with:
2727
python-version: ${{ env.DEFAULT_PYTHON }}
2828
- name: Build distributions

0 commit comments

Comments
 (0)