File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2424runs-on : ubuntu-latest
2525steps :
2626 - name : Checkout
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828 - id : get_step
2929run : |
3030 echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
5050steps :
5151# We'll need to check out the repository so that we can edit the README.
5252 - name : Checkout
53- uses : actions/checkout@v3
53+ uses : actions/checkout@v4
5454with :
5555fetch-depth : 0 # Let's get all the branches.
5656
Original file line number Diff line number Diff line change 2424runs-on : ubuntu-latest
2525steps :
2626 - name : Checkout
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828 - id : get_step
2929run : |
3030 echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
4949
5050steps :
5151 - name : Checkout
52- uses : actions/checkout@v3
52+ uses : actions/checkout@v4
5353with :
5454fetch-depth : 0 # Let's get all the branches.
5555
Original file line number Diff line number Diff line change 2323runs-on : ubuntu-latest
2424steps :
2525 - name : Checkout
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 - id : get_step
2828run : |
2929 echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
4949steps :
5050# We'll need to check out the repository so that we can edit the README.
5151 - name : Checkout
52- uses : actions/checkout@v3
52+ uses : actions/checkout@v4
5353with :
5454fetch-depth : 0 # Let's get all the branches.
5555
Original file line number Diff line number Diff line change 2525runs-on : ubuntu-latest
2626steps :
2727 - name : Checkout
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929 - id : get_step
3030run : |
3131 echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
5151steps :
5252# We'll need to check out the repository so that we can edit the README.
5353 - name : Checkout
54- uses : actions/checkout@v3
54+ uses : actions/checkout@v4
5555with :
5656fetch-depth : 0 # Let's get all the branches.
5757
Original file line number Diff line number Diff line change 2222runs-on : ubuntu-latest
2323steps :
2424 - name : Checkout
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 - id : get_step
2727run : |
2828 echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
4848steps :
4949# We'll need to check out the repository so that we can edit the README.
5050 - name : Checkout
51- uses : actions/checkout@v3
51+ uses : actions/checkout@v4
5252with :
5353fetch-depth : 0 # Let's get all the branches.
5454
Original file line number Diff line number Diff line change 2525runs-on : ubuntu-latest
2626steps :
2727 - name : Checkout
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929 - id : get_step
3030run : |
3131 echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
5151steps :
5252# We'll need to check out the repository so that we can edit the README.
5353 - name : Checkout
54- uses : actions/checkout@v3
54+ uses : actions/checkout@v4
5555with :
5656fetch-depth : 0 # Let's get all the branches.
5757
Original file line number Diff line number Diff line change 2525runs-on : ubuntu-latest
2626steps :
2727 - name : Checkout
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929 - id : get_step
3030run : |
3131 echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
5151steps :
5252# We'll need to check out the repository so that we can edit the README.
5353 - name : Checkout
54- uses : actions/checkout@v3
54+ uses : actions/checkout@v4
5555with :
5656fetch-depth : 0 # Let's get all the branches.
5757
Original file line number Diff line number Diff line change 1010runs-on : ubuntu-latest
1111
1212steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments