Skip to content

Commit 8d0b607

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 80853cc commit 8d0b607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212

1313
- name: Set up Python ${{ matrix.python-version }}
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717

0 commit comments

Comments
 (0)