File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2121 build : # make sure we can build action
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v6
Original file line number Diff line number Diff line change 1515 test : # make sure the action works on a clean machine with(out) building
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v6
1919 - name : run-action
2020 uses : ./
2121 id : run_action
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@v6.0.1
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@v6.0.1
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@v6.0.1
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@v6.0.1
4141 with :
4242 ref : ${{ env.REF }}
4343 fetch-depth : ' 1'
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v6
2626
2727 - run : |
2828 npm install
3939
4040 steps :
4141
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v6
4343
4444 - name : run-action
4545 uses : ./
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@v6.0.1
1212
1313 - name : calculate date
1414 id : envs
You can’t perform that action at this time.
0 commit comments