Skip to content

Commit debce7e

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 73b4740 commit debce7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v6
1111
- name: Setup Python
12-
uses: actions/setup-python@v1
12+
uses: actions/setup-python@v6
1313
with:
1414
python-version: 3.14
1515
- name: Install Build Tools

.github/workflows/license_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)