Skip to content

Commit cc5462e

Browse files
authored
ci(action): update actions/setup-python action to v6 (#658)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent 8086edc commit cc5462e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
- name: Setup python for test ${{ matrix.py }}
38-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
38+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3939
with:
4040
python-version: ${{ matrix.py }}
4141
- name: Install tox

0 commit comments

Comments
 (0)