Skip to content

Commit 951df07

Browse files
chore(deps): update actions/setup-python action to v6.2.0 (#71)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af0fda2 commit 951df07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: git fetch --no-tags --prune --depth=1 origin ${{ github.event.pull_request.base.sha }}
2020

2121
- name: set python up with caching
22-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
22+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2323
with:
2424
python-version-file: '.tool-versions'
2525
cache: 'pip'
@@ -43,7 +43,7 @@ jobs:
4343
cache: true
4444

4545
- name: set python up with caching
46-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
46+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4747
with:
4848
python-version-file: '.tool-versions'
4949
cache: 'pip'

0 commit comments

Comments
 (0)