We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c69af51 + a06ea21 commit a2fc93dCopy full SHA for a2fc93d
3 files changed
.github/workflows/black.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout Code
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
24
25
- name: Set up Python 3.8
26
uses: actions/setup-python@v4
.github/workflows/pylint.yml
.github/workflows/pythonpublish.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
- name: Set up Python
18
19
with:
0 commit comments