Skip to content

Commit b87b8a7

Browse files
authored
Merge pull request #53 from wanadev/dependabot/github_actions/actions/setup-python-7
build(deps): bump actions/setup-python from 6 to 7
2 parents d012099 + 7f1ec5a commit b87b8a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
submodules: true
2222

2323
- name: "Set up Python ${{ matrix.python-version }}"
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

.github/workflows/python-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
submodules: true
2222

2323
- name: "Set up Python"
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: "3.14"
2727

0 commit comments

Comments
 (0)