Skip to content

Commit 53ca4cd

Browse files
Merge pull request #4 from tegridy-io/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 21b63e2 + cea47be commit 53ca4cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yaml

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

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
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@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'
@@ -38,7 +38,7 @@ jobs:
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
@@ -54,7 +54,7 @@ jobs:
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

0 commit comments

Comments
 (0)