Skip to content

Commit be3e710

Browse files
committed
ci: add step for installing bash 5.3
Signed-off-by: Arthur Zamarin <[email protected]>
1 parent 9756d3d commit be3e710

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/doc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Checkout code
2222
uses: actions/checkout@v4
2323

24+
- name: Install bash 5.3
25+
uses: pkgcore/gh-actions/bash-5.3@main
26+
2427
- name: Set up Python 3.13
2528
uses: actions/setup-python@v5
2629
with:

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
- name: Checkout code
111111
uses: actions/checkout@v4
112112

113+
- name: Install bash 5.3
114+
uses: pkgcore/gh-actions/bash-5.3@main
115+
113116
- name: Set up Python 3
114117
uses: actions/setup-python@v5
115118
with:

0 commit comments

Comments
 (0)