File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Expand file tree Collapse file tree 10 files changed +20
-20
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@v3
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@v3
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@v3
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@v3
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@v3
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@v3
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@v3
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@v3
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@v3
28+ uses : actions/checkout@v5
2929 - id : get_step
3030 run : |
3131 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@v3
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 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v3
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@v3
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 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v3
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@v3
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 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-node@v3
2424 with :
2525 node-version : 16
3838 name : Build image and store in GitHub Container Registry
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v5
4242
4343 - name : Download built artifact
4444 uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v5
2424 - uses : actions/setup-node@v3
2525 with :
2626 node-version : 16
3939 name : Build image and store in GitHub Container Registry
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v5
4343
4444 - name : Download built artifact
4545 uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 1717 if : contains(github.event.pull_request.labels.*.name, 'spin up environment')
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v5
2121
2222 - name : Azure login
2323 uses : azure/login@v1
5151
5252 steps :
5353 - name : Checkout repository
54- uses : actions/checkout@v3
54+ uses : actions/checkout@v5
5555
5656 - name : Azure login
5757 uses : azure/login@v1
You can’t perform that action at this time.
0 commit comments