File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
- id : get_step
29
29
run : echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
30
30
outputs :
51
51
# We'll need to check out the repository so that we can edit the README
52
52
# We'll need to check out the repository so that we can edit the README
53
53
- name : Checkout
54
- uses : actions/checkout@v2
54
+ uses : actions/checkout@v3
55
55
with :
56
56
fetch-depth : 0 # Let's get all the branches
57
57
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v3
29
29
- id : get_step
30
30
run : echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
31
31
outputs :
49
49
50
50
steps :
51
51
- name : Checkout
52
- uses : actions/checkout@v2
52
+ uses : actions/checkout@v3
53
53
with :
54
54
fetch-depth : 0 # Let's get all the branches
55
55
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
- id : get_step
29
29
run : echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
30
30
outputs :
49
49
steps :
50
50
# We'll need to check out the repository so that we can edit the README
51
51
- name : Checkout
52
- uses : actions/checkout@v2
52
+ uses : actions/checkout@v3
53
53
with :
54
54
fetch-depth : 0 # Let's get all the branches
55
55
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v3
30
30
- id : get_step
31
31
run : echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
32
32
outputs :
51
51
steps :
52
52
# We'll need to check out the repository so that we can edit the README
53
53
- name : Checkout
54
- uses : actions/checkout@v2
54
+ uses : actions/checkout@v3
55
55
with :
56
56
fetch-depth : 0 # Let's get all the branches
57
57
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v3
27
27
- id : get_step
28
28
run : echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
29
29
outputs :
48
48
steps :
49
49
# We'll need to check out the repository so that we can edit the README
50
50
- name : Checkout
51
- uses : actions/checkout@v2
51
+ uses : actions/checkout@v3
52
52
with :
53
53
fetch-depth : 0 # Let's get all the branches
54
54
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v3
30
30
- id : get_step
31
31
run : echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
32
32
outputs :
51
51
steps :
52
52
# We'll need to check out the repository so that we can edit the README
53
53
- name : Checkout
54
- uses : actions/checkout@v2
54
+ uses : actions/checkout@v3
55
55
with :
56
56
fetch-depth : 0 # Let's get all the branches
57
57
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v3
30
30
- id : get_step
31
31
run : echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
32
32
outputs :
51
51
steps :
52
52
# We'll need to check out the repository so that we can edit the README
53
53
- name : Checkout
54
- uses : actions/checkout@v2
54
+ uses : actions/checkout@v3
55
55
with :
56
56
fetch-depth : 0 # Let's get all the branches
57
57
You can’t perform that action at this time.
0 commit comments