File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 release :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3.5.2
13+ - uses : actions/checkout@v3.6.0
1414 - uses : vweevers/additional-tags-action@v2
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525
26- - uses : actions/checkout@v3.5.2
26+ - uses : actions/checkout@v3.6.0
2727 with :
2828 fetch-depth : ' 0'
2929
Original file line number Diff line number Diff line change 1818 if : github.repository != 'workflow-actions/blueprint-github-action'
1919 steps :
2020 # Step 1: run a standard checkout action, provided by github
21- - uses : actions/checkout@v3.5.2
21+ - uses : actions/checkout@v3.6.0
2222 with :
2323 fetch-depth : ' 1'
2424 submodules : ' recursive'
3737 runs-on : ubuntu-latest
3838 steps :
3939 # Step 1: run a standard checkout action, provided by github
40- - uses : actions/checkout@v3.5.2
40+ - uses : actions/checkout@v3.6.0
4141 with :
4242 ref : ${{ env.REF }}
4343 fetch-depth : ' 1'
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v3.5.2
11+ - uses : actions/checkout@v3.6.0
1212
1313 - name : calculate date
1414 id : envs
You can’t perform that action at this time.
0 commit comments