Skip to content

Commit 2538167

Browse files
ci: bump actions/setup-python from 5.5.0 to 5.6.0
Bumps [actions/setup-python](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f89ef1 commit 2538167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
name: src.tar.gz
311311
- name: Extract source package
312312
run: tar xf src.tar.gz
313-
- uses: actions/setup-python@v5.5.0
313+
- uses: actions/setup-python@v5.6.0
314314
with:
315315
python-version: '3.12'
316316
- name: Install dependencies

0 commit comments

Comments
 (0)