Skip to content

Commit 4642532

Browse files
committed
Bump actions/checkout to v5
Node 20 deprecation; v5 runs on Node 24. beep boop
1 parent df58647 commit 4642532

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Lint + typecheck + unit tests
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
submodules: recursive
1616
- uses: astral-sh/setup-uv@v7
@@ -35,7 +35,7 @@ jobs:
3535
SNOWFLAKE_SCHEMA: ${{ secrets.SNOWFLAKE_SCHEMA }}
3636
SNOWFLAKE_PRIVATE_KEY_PATH: /tmp/snowflake_pk.p8
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
with:
4040
submodules: recursive
4141
- uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)