File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 with :
1313 fetch-depth : " 0"
1414 - name : Build changelog from PRs with labels
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 - lint_yaml
1818 - lint_adoc
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Run ${{ matrix.command }}
2222 run : make ${{ matrix.command }}
2323 editorconfig :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - uses : snow-actions/eclint@v1.0.1
2828 with :
2929 args : ' check'
3838 run :
3939 working-directory : ${{ env.COMPONENT_NAME }}
4040 steps :
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 with :
4343 path : ${{ env.COMPONENT_NAME }}
4444 - name : Compile component
5454 run :
5555 working-directory : ${{ env.COMPONENT_NAME }}
5656 steps :
57- - uses : actions/checkout@v3
57+ - uses : actions/checkout@v4
5858 with :
5959 path : ${{ env.COMPONENT_NAME }}
6060 - name : Golden diff
You can’t perform that action at this time.
0 commit comments