This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " monthly"
Original file line number Diff line number Diff line change 2323 - name : Checkout
2424 uses : actions/checkout@v3
2525 - id : get_step
26- run : echo "::set-output name= current_step:: $(cat ./.github/steps/-step.txt)"
26+ run : echo "current_step= $(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
2727 outputs :
2828 current_step : ${{ steps.get_step.outputs.current_step }}
2929
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@v2
46+ uses : actions/checkout@v3
4747 with :
4848 fetch-depth : 0 # Let's get all the branches.
4949
Original file line number Diff line number Diff line change 3131 - name : Checkout
3232 uses : actions/checkout@v3
3333 - id : get_step
34- run : echo "::set-output name= current_step:: $(cat ./.github/steps/-step.txt)"
34+ run : echo "current_step= $(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
3535 outputs :
3636 current_step : ${{ steps.get_step.outputs.current_step }}
3737
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@v2
54+ uses : actions/checkout@v3
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@v2
32+ uses : actions/checkout@v3
3333 - id : get_step
34- run : echo "::set-output name= current_step:: $(cat ./.github/steps/-step.txt)"
34+ run : echo "current_step= $(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
3535 outputs :
3636 current_step : ${{ steps.get_step.outputs.current_step }}
3737
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v2
32+ uses : actions/checkout@v3
3333 - id : get_step
34- run : echo "::set-output name= current_step:: $(cat ./.github/steps/-step.txt)"
34+ run : echo "current_step= $(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
3535 outputs :
3636 current_step : ${{ steps.get_step.outputs.current_step }}
3737
Original file line number Diff line number Diff line change 3030 - name : Checkout
3131 uses : actions/checkout@v3
3232 - id : get_step
33- run : echo "::set-output name= current_step:: $(cat ./.github/steps/-step.txt)"
33+ run : echo "current_step= $(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
3434 outputs :
3535 current_step : ${{ steps.get_step.outputs.current_step }}
3636
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@v2
53+ uses : actions/checkout@v3
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