Skip to content

Commit 8088788

Browse files
Update publish-docs.yaml
1 parent 63aa6b7 commit 8088788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: checkout latest
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
with:
3838
ref: ${{ inputs.version }}
3939
fetch-depth: 0
4040

4141
- name: setup python
42-
uses: actions/setup-python@v4
42+
uses: actions/setup-python@v5
4343
with:
4444
python-version: '3.9'
4545
cache: 'pip' # caching pip dependencies

0 commit comments

Comments
 (0)