Skip to content

Commit 7221b7e

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 6974c20 commit 7221b7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/handle-checkboxes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v5.6.0
18+
uses: actions/setup-python@v6.1.0
1919
with:
2020
python-version: "3.14.2"
2121

.github/workflows/track-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v5.6.0
20+
uses: actions/setup-python@v6.1.0
2121
with:
2222
python-version: "3.14.2"
2323

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
using: 'composite'
7777
steps:
7878
- name: Set up Python
79-
uses: actions/setup-python@v5.6.0
79+
uses: actions/setup-python@v6.1.0
8080
with:
8181
python-version: '3.14'
8282

0 commit comments

Comments
 (0)