Skip to content

Commit 3ed036d

Browse files
Update github workflows
Generated by renovateBot
1 parent 93fd218 commit 3ed036d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
go-version-file: go.mod
5757

5858
- name: Static Check
59-
uses: dominikh/staticcheck-action@288b4e28bae83c59f35f73651aeb5cab746a06fc # v1.4.0
59+
uses: dominikh/staticcheck-action@9716614d4101e79b4340dd97b10e54d68234e431 # v1.4.1
6060
with:
6161
version: "latest"
6262
install-go: false

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Fetch all tags
7171
run: git fetch --force --tags
7272

73-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
73+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
7474
with:
7575
path: |
7676
~/go/pkg/mod
@@ -84,7 +84,7 @@ jobs:
8484
go-version-file: go.mod
8585

8686
- name: Run GoReleaser
87-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
87+
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7
8888
with:
8989
distribution: goreleaser
9090
version: latest

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
run: go mod download
3232

3333
- name: Lint
34-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
34+
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
3535
with:
36-
version: v2.11.4
36+
version: v2.12.2
3737

3838
- name: Test
3939
shell: bash

0 commit comments

Comments
 (0)