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 1e7c3d7 + ecbdb8e commit 3108c69Copy full SHA for 3108c69
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@v4
+ - uses: actions/checkout@v5
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@v4
+ uses: actions/checkout@v5
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