Skip to content

Commit e8e4956

Browse files
chore(deps): update actions/setup-python action to v6
1 parent c66c69e commit e8e4956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
ref: ${{ github.head_ref }}
1313
- name: Setup Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version: 3.14
1717
- name: Install Build Tools

0 commit comments

Comments
 (0)