Skip to content

Commit a587349

Browse files
Bump actions/setup-python from 6.1.0 to 6.2.0 (#4707)
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 bcb29a8 commit a587349

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1717
- name: Set up Python 3.9
18-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
18+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
1919
with:
2020
python-version: 3.9
2121
- name: Run pre-commit

.github/workflows/run-crt-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2222
- name: 'Set up Python ${{ matrix.python-version }}'
23-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
23+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2424
with:
2525
python-version: '${{ matrix.python-version }}'
2626
cache: 'pip'

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
24+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
cache: 'pip'

0 commit comments

Comments
 (0)