Skip to content

Commit efe47d2

Browse files
committedMar 1, 2022
Update actions/checkout action to v3
Signed-off-by: Renovate Bot <[email protected]>
1 parent 230714b commit efe47d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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

‎.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
- lint_yaml
1818
- lint_adoc
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: Run ${{ matrix.command }}
2222
run: make ${{ matrix.command }}
2323
editorconfig:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- uses: snow-actions/eclint@v1.0.1
2828
with:
2929
args: 'check'
@@ -38,7 +38,7 @@ jobs:
3838
run:
3939
working-directory: ${{ env.COMPONENT_NAME }}
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242
with:
4343
path: ${{ env.COMPONENT_NAME }}
4444
- name: Compile component

0 commit comments

Comments
 (0)
Please sign in to comment.