Skip to content

Commit 50b6cb3

Browse files
authored
Merge pull request #2 from Last-emo-boy/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents a672256 + 75dc8c5 commit 50b6cb3

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
@@ -30,7 +30,7 @@ jobs:
3030
cache: npm
3131

3232
- name: Setup Python
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: "3.11"
3636

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: https://registry.npmjs.org
3131

3232
- name: Setup Python
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: "3.11"
3636

0 commit comments

Comments
 (0)