Skip to content

Commit e6dedf7

Browse files
Bump actions/setup-python from 6.1.0 to 6.2.0 (#49)
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@83679a8...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e39e60 commit e6dedf7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
enable-cache: true
4040

4141
- name: "Set up Python"
42-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
42+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
4343
with:
4444
python-version-file: ".python-version"
4545

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
enable-cache: true
2727

2828
- name: "Set up Python"
29-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
29+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
3030
with:
3131
python-version-file: ".python-version"
3232

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
enable-cache: true
4848

4949
- name: "Set up Python"
50-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
50+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
5151
with:
5252
python-version-file: ".python-version"
5353

0 commit comments

Comments
 (0)