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 dfd60e9 commit a1ad446Copy full SHA for a1ad446
.github/workflows/docs.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v3
19
20
- name: Set up Python 3.9
21
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
22
with:
23
python-version: 3.9
24
.github/workflows/linting.yml
@@ -9,12 +9,12 @@ jobs:
9
matrix:
10
python-version: [3.8]
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
- name: Set up Python ${{ matrix.python-version }}
14
- uses: actions/setup-python@v2
15
16
python-version: ${{ matrix.python-version }}
17
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
name: Configure pip caching
path: ~/.cache/pip
0 commit comments