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 82b2922 commit 7d9aa6dCopy full SHA for 7d9aa6d
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3.3.0
20
- name: Set up Python ${{ matrix.python-version }}
21
- uses: actions/setup-python@v4.4.0
+ uses: actions/setup-python@v4.5.0
22
with:
23
python-version: ${{ matrix.python-version }}
24
- uses: actions/cache@v3.2.3
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
cache: 'pip'
0 commit comments