Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: bin/check/hadolint.sh ./contrib/docker/Dockerfile

- name: Install Python 3.12
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.12'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: bin/install_prerequisites_ubuntu.sh

- name: Install Python 3.11
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.11'

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.11'
- name: Activate python3 venv
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
- name: Install prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.11'
- name: Activate python3 venv
Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:
- name: Install Prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.11'
- name: Activate python3 venv
Expand Down Expand Up @@ -476,7 +476,7 @@ jobs:
- name: Install Prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.11'
- name: Activate python3 venv
Expand Down Expand Up @@ -642,7 +642,7 @@ jobs:
- name: Install prerequisites
run: .\bin\install_prerequisites_windows.ps1
- name: Install Python 3.11
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.11'
- name: Environment
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.11'
- name: Activate python3 venv
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install Rust
run: bin/install_rust.sh
- name: Install Python 3.11
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.11'
- name: Environment
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Install Prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.11'
- name: Activate python3 venv
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Install Prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.11'
- name: Activate python3 venv
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
- name: Install prerequisites
run: .\bin\install_prerequisites_windows.ps1
- name: Install Python 3.11
uses: actions/setup-python@v6.1.0
uses: actions/setup-python@v6.2.0
with:
python-version: '3.11'
- name: Environment
Expand Down
Loading