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