Skip to content

Commit 19b23a9

Browse files
chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 887bb70 commit 19b23a9

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)