Merge pull request #347 from numtide/dependabot/github_actions/actions/checkout-4
Some checks failed
gh-pages / build (push) Has been cancelled
golangci-lint / lint (push) Has been cancelled
gh-pages / deploy (push) Has been cancelled

chore(deps): bump actions/checkout from 3 to 4
This commit is contained in:
mergify[bot] 2024-07-10 20:12:29 +00:00 committed by GitHub
commit debc3e49df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with: