There was an error while loading. Please reload this page.
1 parent 0fa3bf1 commit aa08bacCopy full SHA for aa08bac
1 file changed
.github/workflows/actions.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-24.04
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v6.0.2
+ uses: actions/checkout@v6.0.3
21
22
- name: Set up Go
23
uses: actions/setup-go@v6.4.0
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
- name: Golangci-lint
39
uses: golangci/golangci-lint-action@v9.2.0
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
with:
48
fetch-depth: 0
49
0 commit comments