Skip to content

Commit f3ac45a

Browse files
authored
Update linters.yaml
1 parent 8c31933 commit f3ac45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: "1.22"
2020
cache: false
2121
- name: Checkout the code
22-
uses: actions/checkout@v4.1.0
22+
uses: actions/checkout@v4
2323
- name: Vendor packages
2424
run: |
2525
go mod vendor

0 commit comments

Comments
 (0)