Skip to content

Commit 07e3bae

Browse files
chore(deps): update actions/checkout action to v6
1 parent 5a1df80 commit 07e3bae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
11+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1212
- uses: golangci/golangci-lint-action@v3
1313
with:
1414
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
@@ -36,7 +36,7 @@ jobs:
3636
needs:
3737
- lint
3838
steps:
39-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
39+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4040
- uses: actions/setup-go@v4
4141
with:
4242
go-version: "^1.20.0"

0 commit comments

Comments
 (0)