Skip to content

Commit e0db4dd

Browse files
Merge pull request #4176 from aboutcode-org/release-prep-v32.3.3
Release prep v32.3.3
2 parents 4dce228 + f27ab91 commit e0db4dd

File tree

9 files changed

+98
-77
lines changed

9 files changed

+98
-77
lines changed

.github/workflows/docs-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ permissions:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111

1212
strategy:
1313
max-parallel: 4
1414
matrix:
15-
python-version: [3.9]
15+
python-version: [3.12]
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

0 commit comments

Comments
 (0)