Skip to content

Commit

Permalink
Merge pull request #2488 from dathere/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5.4.0

build(deps): bump actions/setup-python from 5.3.0 to 5.4.0
  • Loading branch information
jqnatividad authored Jan 28, 2025
2 parents fe48be0 + 26fbc78 commit f0fa28f
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macOS-arm64-selfhosted-publish-qsvpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
submodules: recursive
ref: ${{ needs.analyze-tags.outputs.previous-tag }}

- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.10'
- name: Build qsvpy310
Expand All @@ -75,7 +75,7 @@ jobs:
mv qsv qsvpy310
cd ..
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.11'
- name: Build qsvpy311
Expand All @@ -96,7 +96,7 @@ jobs:
mv qsv qsvpy311
cd ..
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.12'
- name: Build qsvpy312
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-linux-qsvpy-glibc-231-musl-123.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libwayland-dev
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.10'
- name: Build qsvpy310
Expand All @@ -102,7 +102,7 @@ jobs:
fi
cd ..
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.11'
- name: Build qsvpy311
Expand All @@ -127,7 +127,7 @@ jobs:
fi
cd ..
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.12'
- name: Build qsvpy312
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libwayland-dev
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.12'
- name: Build qsv-nightly
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-qsvpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libwayland-dev
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.10'
- name: Build qsvpy310
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
fi
cd ..
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.11'
- name: Build qsvpy311
Expand All @@ -147,7 +147,7 @@ jobs:
fi
cd ..
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.12'
- name: Build qsvpy312
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.12'
- name: apt-get update Ubuntu, libwayland-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-macos-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.12'
- name: Installing Rust toolchain
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo apt-get install musl-tools musl-dev
sudo ln -s /usr/bin/g++ /usr/bin/musl-g++
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.12'
- name: Install and Run Redis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-nightly-bleeding-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.12'
- name: apt-get update Ubuntu, libwayland-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-polars-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.12'
- name: apt-get update Ubuntu, libwayland-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-polars-pinned-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.12'
- name: apt-get update Ubuntu, libwayland-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.12'
- name: Update Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt-get update
sudo apt-get install libwayland-dev
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.3.0
- uses: actions/setup-python@v5.4.0
with:
python-version: '3.12'
- name: Install and Run Redis
Expand Down

0 comments on commit f0fa28f

Please sign in to comment.