Skip to content

Commit

Permalink
fix: updated actions libs to fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vetal2409 committed Feb 12, 2024
1 parent 0f6ea27 commit aa1e4ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.21

- name: Check
run: make check

- name: Lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.41.1
version: v1.54
skip-pkg-cache: true

- name: Test
Expand Down

0 comments on commit aa1e4ba

Please sign in to comment.