Skip to content

Commit 868addc

Browse files
author
Fabien Coelho
committed
upgrade github action version
1 parent 67a81a7 commit 868addc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: Set up Python
12-
uses: actions/setup-python@v4
12+
uses: actions/setup-python@v5
1313
- name: Install dependencies
1414
run: make venv.update
1515
- name: Check documentation syntax

0 commit comments

Comments
 (0)