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 1602e2d commit f0f4244Copy full SHA for f0f4244
.github/workflows/codecov.yml
@@ -23,7 +23,7 @@ jobs:
23
]
24
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
with:
28
fetch-depth: '2'
29
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
- name: Checkout
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
- name: Set up Python
17
uses: actions/setup-python@v5
18
@@ -29,7 +29,7 @@ jobs:
30
31
32
33
34
35
0 commit comments