Skip to content

Commit 26a8db5

Browse files
authored
Merge pull request #141 from k8sgpt-ai/rh-update-gh-action
Switch from python-version: 3.x to 3.12 to fix the htmlmin cgi module…
2 parents b1d623b + 9c9ede5 commit 26a8db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.x
15+
python-version: 3.12
1616
- uses: actions/cache@v3
1717
with:
1818
key: ${{ github.ref }}

0 commit comments

Comments
 (0)