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 21
21
extension_name : ${{steps.version.outputs.repo}}-${{steps.version.outputs.beta}}.vsix
22
22
steps :
23
23
- name : Checkout code
24
- uses : actions/checkout@v3.3 .0
24
+ uses : actions/checkout@v3.6 .0
25
25
with :
26
26
fetch-depth : 0
27
27
Original file line number Diff line number Diff line change 43
43
contains(github.event.pull_request.labels.*.name, 'prepare-release')
44
44
steps :
45
45
- name : Checkout code
46
- uses : actions/checkout@v3.3 .0
46
+ uses : actions/checkout@v3.6 .0
47
47
with :
48
48
ref : ${{ env.BASE_BRANCH }}
49
49
fetch-depth : 0
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v3.3 .0
17
+ uses : actions/checkout@v3.6 .0
18
18
with :
19
19
fetch-depth : 0
20
20
You can’t perform that action at this time.
0 commit comments