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 df58647 commit 4642532Copy full SHA for 4642532
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Lint + typecheck + unit tests
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
with:
15
submodules: recursive
16
- uses: astral-sh/setup-uv@v7
@@ -35,7 +35,7 @@ jobs:
35
SNOWFLAKE_SCHEMA: ${{ secrets.SNOWFLAKE_SCHEMA }}
36
SNOWFLAKE_PRIVATE_KEY_PATH: /tmp/snowflake_pk.p8
37
38
39
40
41
0 commit comments