Skip to content

Commit

Permalink
ci: update github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Apr 5, 2024
1 parent d7ef2d6 commit 2dbf8a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest

test:
runs-on: ${{ matrix.os }}
Expand All @@ -47,7 +49,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
Expand Down

0 comments on commit 2dbf8a8

Please sign in to comment.