Skip to content

Commit 30f5e84

Browse files
authored
Upgrade GitHub Actions for Node 24 compatibility (#1357)
Signed-off-by: Salman Muin Kayser Chishti <[email protected]>
1 parent 1df3afc commit 30f5e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Clone Repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Install supabase cli latest
3232
uses: supabase/setup-cli@v1
@@ -99,7 +99,7 @@ jobs:
9999
contents: write # needed for github actions bot to write to repo
100100
steps:
101101
- name: Clone Repository
102-
uses: actions/checkout@v5
102+
uses: actions/checkout@v6
103103
with:
104104
ref: ${{ github.ref }}
105105
fetch-depth: 0

0 commit comments

Comments
 (0)