File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 extension_name : ${{steps.version.outputs.repo}}-${{steps.version.outputs.beta}}.vsix
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v3.3.0
24+ uses : actions/checkout@v3.5.3
2525 with :
2626 fetch-depth : 0
2727
Original file line number Diff line number Diff line change 4343 contains(github.event.pull_request.labels.*.name, 'prepare-release')
4444 steps :
4545 - name : Checkout code
46- uses : actions/checkout@v3.3.0
46+ uses : actions/checkout@v3.5.3
4747 with :
4848 ref : ${{ env.BASE_BRANCH }}
4949 fetch-depth : 0
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v3.3.0
17+ uses : actions/checkout@v3.5.3
1818 with :
1919 fetch-depth : 0
2020
You can’t perform that action at this time.
0 commit comments