Skip to content

Commit c205bf1

Browse files
committed
Fix wf version
1 parent 4a3bb2b commit c205bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- uses: actions/setup-go@v4
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
32-
- uses: actions/checkout@v6.5.2
33-
- uses: golangci/golangci-lint-action@v3
32+
- uses: actions/checkout@v3
33+
- uses: golangci/golangci-lint-action@v6.5.2
3434
with:
3535
version: ${{ env.GOLANGCI_LINT_VERSION }}
3636
args: --timeout=5m

0 commit comments

Comments
 (0)