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

Commit

Permalink
Merge pull request #65 from projectsyn/bump/gh-actions-checkout
Browse files Browse the repository at this point in the history
Update `actions/checkout` to v3 in component template
  • Loading branch information
simu authored Mar 22, 2022
2 parents 1a07e65 + 9cb358a commit 0c81c8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion moduleroot/.github/workflows/release.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: "0"
- name: Build changelog from PRs with labels
Expand Down
8 changes: 4 additions & 4 deletions moduleroot/.github/workflows/test.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- lint_yaml
- lint_adoc
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run ${{ matrix.command }}
run: make ${{ matrix.command }}
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: snow-actions/eclint@v1.0.1
with:
args: 'check'
Expand All @@ -45,7 +45,7 @@ jobs:
run:
working-directory: ${{ env.COMPONENT_NAME }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: ${{ env.COMPONENT_NAME }}
<%- if @configs['feature_goUnitTests'] -%>
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run:
working-directory: ${{ env.COMPONENT_NAME }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: ${{ env.COMPONENT_NAME }}
- name: Golden diff
Expand Down

0 comments on commit 0c81c8e

Please sign in to comment.