Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 09995f5

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
enable-cache: true
3333

3434
- name: Setup Python
35-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
35+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3636
with:
3737
python-version-file: .python-version
3838

@@ -54,7 +54,7 @@ jobs:
5454
enable-cache: true
5555

5656
- name: Setup Python
57-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
57+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5858
with:
5959
python-version-file: .python-version
6060

0 commit comments

Comments
 (0)