File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
node-version : [16.x]
19
19
20
20
steps :
21
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
21
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
23
uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
24
24
with :
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
10
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
11
11
env :
12
12
VERCEL_TOKEN : ${{ secrets.VERCEL_TOKEN }}
13
13
- name : " Deploy to Vercel"
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
10
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
11
11
env :
12
12
VERCEL_TOKEN : ${{ secrets.VERCEL_TOKEN }}
13
13
- name : " Deploy to Vercel"
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Check Out Repo
20
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
20
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
21
21
22
22
- name : Set up Docker Buildx
23
23
id : buildx
Original file line number Diff line number Diff line change 18
18
node-version : [16.x]
19
19
20
20
steps :
21
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
21
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
23
uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
24
24
with :
You can’t perform that action at this time.
0 commit comments