We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d580a57 commit 6cb33feCopy full SHA for 6cb33fe
.github/workflows/test.yml
@@ -17,15 +17,15 @@ jobs:
17
- linkcheck
18
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
22
- name: Set up Python
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
24
with:
25
python-version: 3.9
26
27
- name: pip cache
28
- uses: actions/cache@v2
+ uses: actions/cache@v3
29
30
path: ~/.cache/pip
31
key:
0 commit comments