Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/rake-13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone authored Oct 30, 2023
2 parents 7c01b4c + b3976b5 commit 187bacf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check for trailing whitespace
uses: raisedevs/find-trailing-whitespace@restrict-to-plaintext-only
- name: Check for merge conflicts
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Vale
uses: errata-ai/vale-action@c99f2dfd2aeaedb3d4bb16f385841830b9164d31
env:
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
# Make sure we have some code to diff.
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get changed files
Expand Down

0 comments on commit 187bacf

Please sign in to comment.