summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-01 20:13:54 -0400
committerGitHub <noreply@github.com>2023-10-01 20:13:54 -0400
commit89c407aa3468491fb1a0eb93a1591d84667e1ca9 (patch)
tree3f9cfa6580b78e32d23501705df86bfda6256677 /.github/workflows/lint.yml
parent58ab3a01a0d4b5f9e8bff56f623ceb906ff603b9 (diff)
build(deps): bump actions/checkout from 3 to 4 (#5846)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 2bf2eab..51389c7 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '~1.21.0'