Update docbuilder action

This commit is contained in:
Griatch 2022-11-14 22:22:19 +01:00
parent 9ff77f0d94
commit 9eb4ee8529

View file

@ -23,13 +23,8 @@ jobs:
python-version: ['3.9']
steps:
- name: Checkout 0.9.5 branch
uses: actions/checkout@v2
with:
ref: v0.9.5
- name: Checkout ${{ github.ref }} branch
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4