Skip to content

Commit 0f23376

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c087ce commit 0f23376

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@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

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@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)