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 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 - id : get_step
2626 run : echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
2727 outputs :
4343 steps :
4444 # We'll need to check out the repository so that we can edit the README.
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 with :
4848 fetch-depth : 0 # Let's get all the branches.
4949
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - id : get_step
3434 run : echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
3535 outputs :
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
5656 # Verify the learner added the file contents.
5757 - name : Check workflow contents, jobs
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - id : get_step
3434 run : echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
3535 outputs :
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 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - id : get_step
3434 run : echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
3535 outputs :
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 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - id : get_step
3434 run : echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
3535 outputs :
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
You can’t perform that action at this time.
0 commit comments