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 4, 2023
1 parent ed5fa2d commit ab5542c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

Check failure on line 13 in .github/workflows/reviewdog.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/reviewdog.yml#L13

[warning] too few spaces before comment (comments)
Raw output
./.github/workflows/reviewdog.yml:13:73: [warning] too few spaces before comment (comments)
- uses: reviewdog/action-golangci-lint@v1
with:
github_token: ${{ secrets.github_token }}
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

Check failure on line 26 in .github/workflows/reviewdog.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/reviewdog.yml#L26

[warning] too few spaces before comment (comments)
Raw output
./.github/workflows/reviewdog.yml:26:73: [warning] too few spaces before comment (comments)
- name: hadolint
uses: reviewdog/action-hadolint@v1
with:
Expand All @@ -36,7 +36,7 @@ jobs:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

Check failure on line 39 in .github/workflows/reviewdog.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/reviewdog.yml#L39

[warning] too few spaces before comment (comments)
Raw output
./.github/workflows/reviewdog.yml:39:73: [warning] too few spaces before comment (comments)
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
Expand All @@ -50,7 +50,7 @@ jobs:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

Check failure on line 53 in .github/workflows/reviewdog.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/reviewdog.yml#L53

[warning] too few spaces before comment (comments)
Raw output
./.github/workflows/reviewdog.yml:53:73: [warning] too few spaces before comment (comments)
- uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
Expand All @@ -60,7 +60,7 @@ jobs:
name: runner / languagetool
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

Check failure on line 63 in .github/workflows/reviewdog.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/reviewdog.yml#L63

[warning] too few spaces before comment (comments)
Raw output
./.github/workflows/reviewdog.yml:63:73: [warning] too few spaces before comment (comments)
- uses: reviewdog/action-languagetool@v1
with:
github_token: ${{ secrets.github_token }}
Expand All @@ -73,7 +73,7 @@ jobs:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

Check failure on line 76 in .github/workflows/reviewdog.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/reviewdog.yml#L76

[warning] too few spaces before comment (comments)
Raw output
./.github/workflows/reviewdog.yml:76:73: [warning] too few spaces before comment (comments)
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
Expand Down

0 comments on commit ab5542c

Please sign in to comment.