Skip to content

Commit 4f52c49

Browse files
authored
Merge pull request #2511 from beautifier/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents fe27245 + 443f626 commit 4f52c49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v6
35+
uses: actions/setup-python@v7
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
- name: Cached node_modules

.github/workflows/milestone-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
registry-url: https://registry.npmjs.org/
2828
package-manager-cache: false # never use caching in release builds
2929
- name: Set up Python
30-
uses: actions/setup-python@v6
30+
uses: actions/setup-python@v7
3131
with:
3232
python-version: 3.14
3333
- name: Set git user

0 commit comments

Comments
 (0)