Skip to content

Commit ee3853a

Browse files
chore(deps): update actions/setup-python action to v7
1 parent b695d77 commit ee3853a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Install Python
20-
uses: actions/setup-python@v6
20+
uses: actions/setup-python@v7.0.0
2121
with:
2222
python-version: "3.14"
2323

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Install Python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@v7.0.0
3030
with:
3131
python-version: "3.14"
3232

0 commit comments

Comments
 (0)