Skip to content

Commit 71e7833

Browse files
committed
ci: fix bash-5.3
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 4234b4f commit 71e7833

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.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/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v5
2121

22+
- name: Install bash 5.3
23+
uses: pkgcore/gh-actions/bash-5.3@main
24+
2225
- name: Reject any VCS dependencies
2326
continue-on-error: ${{ github.ref_type == 'branch' && github.ref_name != 'release-test-full' }}
2427
uses: pkgcore/gh-actions/reject-python-vcs-deps@main
@@ -127,4 +130,4 @@ jobs:
127130
packages-dir: .
128131
repository-url: https://test.pypi.org/legacy/
129132
# attestations are bound in a way re-releasing isn't possible. Disable for tests.
130-
attestations: false
133+
attestations: false

0 commit comments

Comments
 (0)