Skip to content

Commit 2a66eb2

Browse files
committed
CI: Bump deploy-docs.yml Python version to 3.11
1 parent 66225f4 commit 2a66eb2

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,17 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Set up Python
13-
uses: actions/setup-python@v2
14-
with:
15-
python-version: 3.8
16-
17-
- uses: actions/cache@v2
18-
name: Set up caches
19-
with:
20-
path: ~/.cache/pip
21-
key: ${{ runner.os }}
22-
2312
- name: Checkout repo
2413
uses: actions/checkout@v2
2514
with:
2615
fetch-depth: 3
2716
- name: Fetch tags
2817
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2918

19+
- uses: ./.github/actions/setup
20+
with:
21+
python-version: 3.11
22+
3023
- name: Install dependencies
3124
run: |
3225
pip install -U pip setuptools wheel

0 commit comments

Comments
 (0)