Skip to content

Commit

Permalink
GH Actions: version update for actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 25, 2021
1 parent 33f29dd commit 1a4405e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linting.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
validate-composer:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
uses: "docker://composer"
with:
Expand All @@ -26,7 +26,7 @@ jobs:
lint-json:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Lint json
uses: "docker://pipelinecomponents/jsonlint:latest"
with:
Expand All @@ -35,20 +35,20 @@ jobs:
yamllint:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Check yaml for issues
uses: pipeline-components/yamllint@master

php-codesniffer:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Check php for code style and php cross-version compatibility issues
uses: pipeline-components/php-codesniffer@master

lint-remark:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Check markdown
uses: pipeline-components/remark-lint@master

0 comments on commit 1a4405e

Please sign in to comment.