Skip to content

Commit 323535e

Browse files
committed
Update actions
1 parent 37bff42 commit 323535e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: bin/check/hadolint.sh ./contrib/docker/Dockerfile
5353

5454
- name: Install Python 3.12
55-
uses: actions/setup-python@v6.0.0
55+
uses: actions/setup-python@v6.1.0
5656
with:
5757
python-version: '3.12'
5858

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: bin/install_prerequisites_ubuntu.sh
2626

2727
- name: Install Python 3.11
28-
uses: actions/setup-python@v6.0.0
28+
uses: actions/setup-python@v6.1.0
2929
with:
3030
python-version: '3.11'
3131

.github/workflows/package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install prerequisites
3333
run: bin/install_prerequisites_ubuntu.sh
3434
- name: Install Python 3.11
35-
uses: actions/setup-python@v6.0.0
35+
uses: actions/setup-python@v6.1.0
3636
with:
3737
python-version: '3.11'
3838
- name: Activate python3 venv
@@ -372,7 +372,7 @@ jobs:
372372
- name: Install prerequisites
373373
run: bin/install_prerequisites_ubuntu.sh
374374
- name: Install Python 3.11
375-
uses: actions/setup-python@v6.0.0
375+
uses: actions/setup-python@v6.1.0
376376
with:
377377
python-version: '3.11'
378378
- name: Activate python3 venv
@@ -424,7 +424,7 @@ jobs:
424424
- name: Install Prerequisites
425425
run: bin/install_prerequisites_ubuntu.sh
426426
- name: Install Python 3.11
427-
uses: actions/setup-python@v6.0.0
427+
uses: actions/setup-python@v6.1.0
428428
with:
429429
python-version: '3.11'
430430
- name: Activate python3 venv
@@ -476,7 +476,7 @@ jobs:
476476
- name: Install Prerequisites
477477
run: bin/install_prerequisites_ubuntu.sh
478478
- name: Install Python 3.11
479-
uses: actions/setup-python@v6.0.0
479+
uses: actions/setup-python@v6.1.0
480480
with:
481481
python-version: '3.11'
482482
- name: Activate python3 venv
@@ -640,7 +640,7 @@ jobs:
640640
- name: Install prerequisites
641641
run: .\bin\install_prerequisites_windows.ps1
642642
- name: Install Python 3.11
643-
uses: actions/setup-python@v6.0.0
643+
uses: actions/setup-python@v6.1.0
644644
with:
645645
python-version: '3.11'
646646
- name: Environment

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Prerequisites
3333
run: bin/install_prerequisites_ubuntu.sh
3434
- name: Install Python 3.11
35-
uses: actions/setup-python@v6.0.0
35+
uses: actions/setup-python@v6.1.0
3636
with:
3737
python-version: '3.11'
3838
- name: Activate python3 venv
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install Rust
6767
run: bin/install_rust.sh
6868
- name: Install Python 3.11
69-
uses: actions/setup-python@v6.0.0
69+
uses: actions/setup-python@v6.1.0
7070
with:
7171
python-version: '3.11'
7272
- name: Environment
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install Prerequisites
8989
run: bin/install_prerequisites_ubuntu.sh
9090
- name: Install Python 3.11
91-
uses: actions/setup-python@v6.0.0
91+
uses: actions/setup-python@v6.1.0
9292
with:
9393
python-version: '3.11'
9494
- name: Activate python3 venv
@@ -143,7 +143,7 @@ jobs:
143143
- name: Install Prerequisites
144144
run: bin/install_prerequisites_ubuntu.sh
145145
- name: Install Python 3.11
146-
uses: actions/setup-python@v6.0.0
146+
uses: actions/setup-python@v6.1.0
147147
with:
148148
python-version: '3.11'
149149
- name: Activate python3 venv
@@ -430,7 +430,7 @@ jobs:
430430
- name: Install prerequisites
431431
run: .\bin\install_prerequisites_windows.ps1
432432
- name: Install Python 3.11
433-
uses: actions/setup-python@v6.0.0
433+
uses: actions/setup-python@v6.1.0
434434
with:
435435
python-version: '3.11'
436436
- name: Environment

0 commit comments

Comments
 (0)