This repository was archived by the owner on Aug 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
moduleroot/.github/workflows Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 dist:
99 runs-on: ubuntu-latest
1010 steps:
11- - uses: actions/checkout@v2
11+ - uses: actions/checkout@v3
1212 with:
1313 fetch-depth: "0"
1414 - name: Build changelog from PRs with labels
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 - lint_yaml
2121 - lint_adoc
2222 steps:
23- - uses: actions/checkout@v2
23+ - uses: actions/checkout@v3
2424 - name: Run ${{ matrix.command }}
2525 run: make ${{ matrix.command }}
2626 editorconfig:
2727 runs-on: ubuntu-latest
2828 steps:
29- - uses: actions/checkout@v2
29+ - uses: actions/checkout@v3
3030 - uses: snow-actions/eclint@v1.0.1
3131 with:
3232 args: 'check'
4545 run:
4646 working-directory: ${{ env.COMPONENT_NAME }}
4747 steps:
48- - uses: actions/checkout@v2
48+ - uses: actions/checkout@v3
4949 with:
5050 path: ${{ env.COMPONENT_NAME }}
5151 <%- if @configs['feature_goUnitTests'] -%>
7979 run:
8080 working-directory: ${{ env.COMPONENT_NAME }}
8181 steps:
82- - uses: actions/checkout@v2
82+ - uses: actions/checkout@v3
8383 with:
8484 path: ${{ env.COMPONENT_NAME }}
8585 - name: Golden diff
You can’t perform that action at this time.
0 commit comments