Skip to content

Commit af11447

Browse files
authored
Merge pull request #136 from getsolus/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents d45f90f + c804f85 commit af11447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: lint
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-go@v6
1919
with:
2020
go-version: '1.25'

0 commit comments

Comments
 (0)