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 970487f commit 5357203Copy full SHA for 5357203
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ${{ matrix.os }}
27
steps:
28
- name: Clone Repository
29
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
30
31
- name: Install supabase cli latest
32
uses: supabase/setup-cli@46f7f98c7f948ad727d22c1e67fab04c223a0520 # v3.0.0
@@ -102,7 +102,7 @@ jobs:
102
contents: write # needed for github actions bot to write to repo
103
104
105
106
with:
107
ref: ${{ github.ref }}
108
fetch-depth: 0
0 commit comments