Skip to content

Commit

Permalink
Update checkout and lint actions
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
dmcgowan committed Apr 7, 2022
1 parent b194a10 commit ff1e359
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.43.0
version: v1.45.0
args: --timeout=5m
only-new-issues: true
skip-cache: true
- name: golangci-lint errors
run: golangci-lint run
if: ${{ failure() }}
Expand All @@ -49,7 +49,7 @@ jobs:
with:
go-version: '1.17'

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src/github.com/containerd/ttrpc
fetch-depth: 25
Expand All @@ -76,7 +76,7 @@ jobs:
go-version: '1.17'

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: src/github.com/containerd/ttrpc
fetch-depth: 25
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: src/github.com/containerd/ttrpc
fetch-depth: 25
Expand Down

0 comments on commit ff1e359

Please sign in to comment.