Skip to content

Commit 1e3fc28

Browse files
author
Ariel Kass
committed
update git actions
1 parent d8f4db1 commit 1e3fc28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
name: golangci-lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: golangci-lint
17-
uses: golangci/golangci-lint-action@v2
17+
uses: golangci/golangci-lint-action@v6
1818
with:
1919
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2020
version: latest

0 commit comments

Comments
 (0)