Commit d32fff7 1 parent b0e4d07 commit d32fff7 Copy full SHA for d32fff7
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 6
6
runs-on : ubuntu-latest
7
7
if : ${{ github.actor != 'dependabot[bot]' || github.actor != 'renovate[bot]' || github.actor != 'renovate-bot'}}
8
8
steps :
9
- - uses : actions/checkout@v3.5.3
9
+ - uses : actions/checkout@v3.6.0
10
10
with :
11
11
fetch-depth : 0
12
12
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout Repository
14
- uses : actions/checkout@v3.5.3
14
+ uses : actions/checkout@v3.6.0
15
15
16
16
- name : Setup Node
17
17
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout Repository
14
- uses : actions/checkout@v3.5.3
14
+ uses : actions/checkout@v3.6.0
15
15
16
16
- name : Setup Node
17
17
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout Repository
9
- uses : actions/checkout@v3.5.3
9
+ uses : actions/checkout@v3.6.0
10
10
11
11
- name : Setup Node
12
12
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout Repository
18
- uses : actions/checkout@v3.5.3
18
+ uses : actions/checkout@v3.6.0
19
19
20
20
- name : Setup Node
21
21
uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments