build(deps): bump actions/checkout from 3 to 4 (#6302)

This commit is contained in:
dependabot[bot]
2023-09-04 06:56:23 -07:00
committed by GitHub
parent e673a9d1e7
commit 96d3e09c7d
11 changed files with 14 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '~1.21.0'