Skip to content

Commit 1d58ecd

Browse files
authored
fix
1 parent 7550b33 commit 1d58ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: ${{ !endsWith(github.actor, '[bot]') }}
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v4
1717
- uses: projectdiscovery/actions/setup/go@v1
1818
- name: Run golangci-lint
1919
uses: golangci/golangci-lint-action@v5

0 commit comments

Comments
 (0)