Skip to content

Commit

Permalink
chore: Update workflow to match README example
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Oct 15, 2024
1 parent 40d7e72 commit 49c5914
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.23"

Expand All @@ -29,8 +29,8 @@ jobs:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@v2.1.0
with:
files: README.md
debug: true
Expand Down

0 comments on commit 49c5914

Please sign in to comment.