Skip to content

Commit

Permalink
Update actions/checkout action to v3 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 6, 2023
1 parent 78ce80e commit 0f8f5b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
Expand All @@ -22,7 +22,7 @@ jobs:
with:
go-version: '1.17'
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install dependencies
run: |
go mod download
Expand All @@ -43,7 +43,7 @@ jobs:
go-version: '1.17'

- name: git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: install lint
run: GO111MODULE=off go get golang.org/x/lint/golint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit 0f8f5b6

Please sign in to comment.