Skip to content

Commit 039d66c

Browse files
Bump actions/setup-python from 6 to 7 in the actions group (#177)
Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4187792 commit 039d66c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v7
2020

2121
- name: Setup Python
22-
uses: actions/setup-python@v6
22+
uses: actions/setup-python@v7
2323
with:
2424
python-version: '3.14'
2525

.github/workflows/test-wasm.yml

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

1919
- name: Setup Python
20-
uses: actions/setup-python@v6
20+
uses: actions/setup-python@v7
2121
with:
2222
python-version: '3.14'
2323

0 commit comments

Comments
 (0)