Skip to content

Commit 077aaa8

Browse files
chore(deps): bump actions/setup-python in the github-actions group (#524)
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 012dc0d commit 077aaa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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.5.0
42+
uses: actions/setup-python@v5.6.0
4343
with:
4444
python-version: ${{ matrix.python }}
4545
allow-prereleases: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919
fetch-tags: true
2020

21-
- uses: actions/setup-python@v5.5.0
21+
- uses: actions/setup-python@v5.6.0
2222
with:
2323
python-version: 3.13
2424

0 commit comments

Comments
 (0)