Skip to content

Commit 2c1389b

Browse files
committed
Update GitHub action
1 parent f164861 commit 2c1389b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/page.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@ on:
66
- main
77

88
jobs:
9-
build:
9+
docs:
10+
name: Build documentation
1011
runs-on: ubuntu-22.04
1112

1213
steps:
1314
- name: Check out docs
14-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1516
with:
1617
repository: "PyGreSQL/PyGreSQL"
17-
- name: Set up Python 3.11
18-
uses: actions/setup-python@v4
18+
- name: Set up Python 3.12
19+
uses: actions/setup-python@v5
1920
with:
20-
python-version: 3.11
21+
python-version: 3.12
2122
- name: Install dependencies
2223
run: |
2324
sudo apt install libpq-dev

0 commit comments

Comments
 (0)