We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ee0a99 + 486198c commit 117a861Copy full SHA for 117a861
.github/workflows/mypy.yml
@@ -7,10 +7,10 @@ jobs:
7
timeout-minutes: 10
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
12
- name: Set up Python
13
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
14
with:
15
python-version: 3.11
16
.github/workflows/test.yml
@@ -11,11 +11,11 @@ jobs:
timeout-minutes: 120
17
18
19
20
21
0 commit comments