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 b972e04 commit d8d8109Copy full SHA for d8d8109
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
lint:
23
runs-on: ubuntu-latest
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
26
27
- name: Setup
28
uses: ./tooling/github/setup
@@ -37,7 +37,7 @@ jobs:
37
format:
38
39
40
41
42
43
@@ -48,7 +48,7 @@ jobs:
48
typecheck:
49
50
51
52
53
54
@@ -59,7 +59,7 @@ jobs:
59
build:
60
61
62
63
64
65
0 commit comments