Skip to content

Commit 72db274

Browse files
chore(deps): bump actions/setup-python in the github-actions group (#513)
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d40e76 commit 72db274

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Setup Python 🔧
42-
uses: actions/setup-python@v5.3.0
42+
uses: actions/setup-python@v5.4.0
4343
with:
4444
python-version: ${{ matrix.python }}
4545
allow-prereleases: true

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Setup Python 🔧
19-
uses: actions/setup-python@v5.3.0
19+
uses: actions/setup-python@v5.4.0
2020
with:
2121
python-version: 3.11
2222

0 commit comments

Comments
 (0)