Skip to content

Commit b1eb96a

Browse files
chore(deps): update github actions updates patch
1 parent 5463dda commit b1eb96a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
24+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2525
with:
2626
go-version-file: ./go.mod
2727

@@ -34,7 +34,7 @@ jobs:
3434
run: make check-imports
3535

3636
- name: golangci-lint
37-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
37+
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
3838
with:
3939
version: v2.11.4
4040

0 commit comments

Comments
 (0)