Skip to content

Commit 3830808

Browse files
authored
Merge pull request #472 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 887bb70 + 19b23a9 commit 3830808

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
echo "♟️ Coach name: $COACH"
6767
6868
- name: Set up Python
69-
uses: actions/setup-python@v6.1.0
69+
uses: actions/setup-python@v6.2.0
7070
with:
7171
python-version-file: ${{ env.PYTHON_VERSION_FILE }}
7272
cache: 'pip'

.github/workflows/python-ci.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)