Skip to content

Commit

Permalink
Merge pull request #1961 from jqnatividad/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-python-5.1.1

build(deps): bump actions/setup-python from 5.1.0 to 5.1.1
  • Loading branch information
jqnatividad authored Jul 11, 2024
2 parents 673668e + 5a03090 commit e5ac64f
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 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 @@ -56,7 +56,7 @@ jobs:
submodules: recursive
ref: ${{ needs.analyze-tags.outputs.previous-tag }}

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.10.11'
- name: Build qsvpy310
Expand All @@ -78,7 +78,7 @@ jobs:
mv qsv qsvpy310
cd ..
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.11.7'
- name: Build qsvpy311
Expand All @@ -99,7 +99,7 @@ jobs:
mv qsv qsvpy311
cd ..
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.12.1'
- 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 @@ -74,7 +74,7 @@ jobs:
sudo ln -s /usr/bin/g++ /usr/bin/musl-g++
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.10.11'
- name: Build qsvpy310
Expand All @@ -100,7 +100,7 @@ jobs:
fi
cd ..
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.11.7'
- name: Build qsvpy311
Expand All @@ -125,7 +125,7 @@ jobs:
fi
cd ..
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.12.1'
- name: Build qsvpy312
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 @@ -88,7 +88,7 @@ jobs:
with:
ref: ${{ needs.analyze-tags.outputs.previous-tag }}

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.10.11'
- name: Build qsvpy310
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
fi
cd ..
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.11.7'
- name: Build qsvpy311
Expand All @@ -143,7 +143,7 @@ jobs:
fi
cd ..
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.12.1'
- 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/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.12'
- name: Update Rust Beta
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/[email protected].0
- uses: actions/[email protected].1
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/[email protected].0
- uses: actions/[email protected].1
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/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.12'
- name: Install and Run Redis
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/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.12'
- name: Install and Run Redis
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/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.12'
- name: Install and Run Redis
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/[email protected].0
- uses: actions/[email protected].1
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 @@ -32,7 +32,7 @@ jobs:
run: |
sudo apt-get update
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.12'
- name: Install and Run Redis
Expand Down

0 comments on commit e5ac64f

Please sign in to comment.