File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
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 README.md.
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 22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
- id : get_step
27
27
run : |
28
28
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
52
52
steps :
53
53
# We'll need to check out the repository so that we can edit the README.
54
54
- name : Checkout
55
- uses : actions/checkout@v3
55
+ uses : actions/checkout@v4
56
56
with :
57
57
fetch-depth : 0 # Let's get all the branches.
58
58
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 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
- id : get_step
30
30
run : |
31
31
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
53
53
steps :
54
54
# We'll need to check out the repository so that we can edit the README.
55
55
- name : Checkout
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
57
57
with :
58
58
fetch-depth : 0 # Let's get all the branches.
59
59
ref : my-first-branch # Important, as normally `pull_request` event won't grab other branches.
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
You can’t perform that action at this time.
0 commit comments