Skip to content

Commit 8026067

Browse files
Bump actions/setup-python from 4.7.0 to 6.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@61a6322...a309ff8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b89aafc commit 8026067

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
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
persist-credentials: false
1919
- name: Set up Python 3.9
20-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
20+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2121
with:
2222
python-version: 3.9
2323
- name: Run pre-commit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
27+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
cache: 'pip'

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
27+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
cache: 'pip'

0 commit comments

Comments
 (0)