File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Build
2222 run : cargo build --release --verbose
2323 working-directory : ./cli
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : supabase/setup-cli@v1
1515 with :
1616 version : 1.127.4
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515
1616 - name : set up python 3.10
1717 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Check out repo
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 ref : ${{ github.head_ref }}
1919 - name : Run Prettier
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 - name : Read CLI version
19192020 id : read_cli_version
6565 profile : minimal
6666 toolchain : stable
6767
68- - uses : actions/checkout@v5
68+ - uses : actions/checkout@v6
6969 - name : Build and Package
7070 run : |
7171 cd cli
@@ -131,7 +131,7 @@ jobs:
131131 profile : minimal
132132 toolchain : stable
133133
134- - uses : actions/checkout@v5
134+ - uses : actions/checkout@v6
135135 - name : Build and Package
136136 run : |
137137 cd cli
@@ -162,7 +162,7 @@ jobs:
162162 profile : minimal
163163 toolchain : stable
164164
165- - uses : actions/checkout@v5
165+ - uses : actions/checkout@v6
166166 - name : Build and Package
167167 run : |
168168 cd cli
Original file line number Diff line number Diff line change 1717 release :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 repository : supabase/homebrew-tap
2323 ref : " main"
Original file line number Diff line number Diff line change 1717 release :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 repository : supabase/scoop-bucket
2323 ref : " main"
You can’t perform that action at this time.
0 commit comments