Skip to content

Commit 6274edd

Browse files
chore(deps): bump actions/setup-python from 5 to 6 (#8624)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3bb228 commit 6274edd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wasm-simd-image-from-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
# TODO: #7885 Get rid of this script, it is super unecessary and can probably be done in the Dockerfile or a bash script
37-
- uses: actions/setup-python@v5
37+
- uses: actions/setup-python@v6
3838
with:
3939
python-version: '3.10'
4040
- name: Install dependencies

.github/workflows/e2e-compatibility-workflow-call.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: depot-ubuntu-24.04-4
2323
steps:
2424
- uses: actions/checkout@v5
25-
- uses: actions/setup-python@v5
25+
- uses: actions/setup-python@v6
2626
with:
2727
python-version: '3.10'
2828
- run: pip install -r requirements.txt

0 commit comments

Comments
 (0)