Skip to content

Commit 36d6fca

Browse files
authored
Merge pull request #465 from nanotaboada/dependabot/github_actions/actions/setup-python-6.2.0
chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0
2 parents 6d43425 + 0866e78 commit 36d6fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: wagoid/commitlint-github-action@v6.2.1
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v6.1.0
25+
uses: actions/setup-python@v6.2.0
2626
with:
2727
python-version-file: '.python-version'
2828
cache: 'pip'
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v6.0.1
5151

5252
- name: Set up Python
53-
uses: actions/setup-python@v6.1.0
53+
uses: actions/setup-python@v6.2.0
5454
with:
5555
python-version-file: '.python-version'
5656
cache: 'pip'

0 commit comments

Comments
 (0)