Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 46a1d90 commit e5adf48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reusable-linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ inputs.is-go }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: golangci-lint
env:
GOLANGCILINT_VERSION: v1.52-alpine
Expand All @@ -32,7 +32,7 @@ jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: hadolint
env:
HADOLINT_VERSION: 2.12.0-alpine
Expand All @@ -42,7 +42,7 @@ jobs:
renovate-validator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: renovate-validate
env:
RENOVATE_VERSION: "35"
Expand All @@ -52,7 +52,7 @@ jobs:
shellcheck-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: shellcheck-lint
env:
SHELLCHECK_VERSION: v0.9.0
Expand All @@ -62,7 +62,7 @@ jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: yamllint
shell: bash
run: find ${{ inputs.yamldirs }} -path "./examples" -prune -o -name "*.yml" -or -name "*.yaml" -print | xargs -r -n1 docker run -v "$PWD":/work -w /work cytopia/yamllint

0 comments on commit e5adf48

Please sign in to comment.