Skip to content

Commit 9b7a43f

Browse files
dependabot[bot]mborgerson
authored andcommitted
ci: bump actions/setup-python from 6.0.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed728e1 commit 9b7a43f

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@v6.0.0
313+
- uses: actions/setup-python@v6.1.0
314314
with:
315315
python-version: '3.12'
316316
- name: Install dependencies

0 commit comments

Comments
 (0)