Skip to content

Commit 1d534d9

Browse files
chore(deps): 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...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 c9b9737 commit 1d534d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: wagoid/commitlint-github-action@v6.2.1
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v6.0.0
26+
uses: actions/setup-python@v6.1.0
2727
with:
2828
python-version-file: '.python-version'
2929
cache: 'pip'

0 commit comments

Comments
 (0)