File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
build_job :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
11
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
12
12
13
13
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
14
14
with :
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
17
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
18
18
- name : Use Node.js
19
19
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
20
20
with :
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Check out Git repository
23
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
23
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
24
24
25
25
- name : Install Node.js, NPM and Yarn
26
26
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
Original file line number Diff line number Diff line change 21
21
- macos-latest
22
22
steps :
23
23
- name : Checkout Repo
24
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
25
25
with :
26
26
token : ${{ secrets.VITESHOT_PAT }}
27
27
persist-credentials : true
You can’t perform that action at this time.
0 commit comments