File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Build
1919 run : cargo build --release --verbose
2020 working-directory : ./cli
Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - uses : supabase/setup-cli@v1
1212 with :
1313 version : 1.127.4
Original file line number Diff line number Diff line change 88
99 steps :
1010 - name : checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v4
1212
1313 - name : set up python 3.10
1414 uses : actions/setup-python@v1
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out repo
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 with :
1515 ref : ${{ github.head_ref }}
1616 - name : Run Prettier
Original file line number Diff line number Diff line change 6262 profile : minimal
6363 toolchain : stable
6464
65- - uses : actions/checkout@v3
65+ - uses : actions/checkout@v4
6666 - name : Build and Package
6767 run : |
6868 cd cli
@@ -128,7 +128,7 @@ jobs:
128128 profile : minimal
129129 toolchain : stable
130130
131- - uses : actions/checkout@v3
131+ - uses : actions/checkout@v4
132132 - name : Build and Package
133133 run : |
134134 cd cli
@@ -159,7 +159,7 @@ jobs:
159159 profile : minimal
160160 toolchain : stable
161161
162- - uses : actions/checkout@v3
162+ - uses : actions/checkout@v4
163163 - name : Build and Package
164164 run : |
165165 cd cli
Original file line number Diff line number Diff line change 1414 release :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 repository : supabase/homebrew-tap
2020 ref : ' main'
Original file line number Diff line number Diff line change 1414 release :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 repository : supabase/scoop-bucket
2020 ref : ' main'
You can’t perform that action at this time.
0 commit comments