File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed 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
5050 steps :
5151 # We'll need to check out the repository so that we can edit README.md.
5252 - name : Checkout
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454 with :
5555 fetch-depth : 0 # Let's get all the branches.
5656
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
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
5050 steps :
5151 # We'll need to check out the repository so that we can edit the README.
5252 - name : Checkout
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454 with :
5555 fetch-depth : 0 # Let's get all the branches.
5656
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
5353 steps :
5454 # We'll need to check out the repository so that we can edit the README.
5555 - name : Checkout
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v5
5757 with :
5858 fetch-depth : 0 # Let's get all the branches.
5959 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 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
5050 steps :
5151 # We'll need to check out the repository so that we can edit the README.
5252 - name : Checkout
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454 with :
5555 fetch-depth : 0 # Let's get all the branches.
5656
You can’t perform that action at this time.
0 commit comments