Skip to content

Commit e0e2ab0

Browse files
Bump actions/setup-python from 6.0.0 to 6.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...a309ff8) --- 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 b629515 commit e0e2ab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
persist-credentials: false
7474

7575
- name: Set up Python 3.11
76-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
76+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
7777
with:
7878
python-version: ${{ matrix.python_version.setup }}
7979

.github/workflows/test_all_oses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
persist-credentials: false
3939

4040
- name: Set up Python 3.11
41-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
41+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
4242
with:
4343
python-version: ${{ matrix.python_version.setup }}
4444

0 commit comments

Comments
 (0)