Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 0c81c8e

Browse files
authored
Merge pull request #65 from projectsyn/bump/gh-actions-checkout
Update `actions/checkout` to v3 in component template
2 parents 1a07e65 + 9cb358a commit 0c81c8e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

moduleroot/.github/workflows/release.yaml.erb

Lines changed: 1 addition & 1 deletion
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

moduleroot/.github/workflows/test.yaml.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'
@@ -45,7 +45,7 @@ jobs:
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'] -%>
@@ -79,7 +79,7 @@ jobs:
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

0 commit comments

Comments
 (0)