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 f8ae19d commit d98778aCopy full SHA for d98778a
.github/workflows/mypy.yaml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-20.04
19
steps:
20
# Checkout the code
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
22
- uses: jpetrucciani/mypy-check@master
23
with:
24
requirements: 1.6.0
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
27
- name: Checkout
28
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
29
- name: Create release archive and notes
30
run: .github/workflows/create_archive_and_notes.sh
31
- name: Publish wheel dist
0 commit comments