File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
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@v3
27
+ uses : actions/checkout@v4
28
28
- id : get_step
29
29
run : |
30
30
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
50
50
steps :
51
51
# We'll need to check out the repository so that we can edit the README.
52
52
- name : Checkout
53
- uses : actions/checkout@v3
53
+ uses : actions/checkout@v4
54
54
with :
55
55
fetch-depth : 0 # Let's get all the branches.
56
56
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@v3
26
+ uses : actions/checkout@v4
27
27
- id : get_step
28
28
run : |
29
29
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
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@v3
52
+ uses : actions/checkout@v4
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 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
- id : get_step
28
28
run : |
29
29
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
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@v3
52
+ uses : actions/checkout@v4
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 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
- id : get_step
28
28
run : |
29
29
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
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@v3
52
+ uses : actions/checkout@v4
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 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
- id : get_step
28
28
run : |
29
29
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
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@v3
52
+ uses : actions/checkout@v4
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 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
- id : get_step
28
28
run : |
29
29
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
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@v3
52
+ uses : actions/checkout@v4
53
53
with :
54
54
fetch-depth : 0 # Let's get all the branches.
55
55
You can’t perform that action at this time.
0 commit comments