Skip to content

Commit 30a66ce

Browse files
authored
Merge pull request #436 from nanotaboada/dependabot/github_actions/actions/setup-python-6.1.0
chore(deps): bump actions/setup-python from 6.0.0 to 6.1.0
2 parents aefcb4d + 65f2ddd commit 30a66ce

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)