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.
2 parents 3108c69 + 0048820 commit 73cb964Copy full SHA for 73cb964
2 files changed
.github/workflows/container-build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: explorer
25
path: "explorer/"
26
steps:
27
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
28
with:
29
fetch-depth: 1
30
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
- name: Checkout code
11
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
12
- name: Run pytype
13
run: docker-compose -f docker-compose-test.yml run impact pytype main.py server.py
14
- name: Run tests
0 commit comments