Skip to content

Commit b309a2d

Browse files
Update github workflows
Generated by renovateBot
1 parent 16f3e2d commit b309a2d

2 files changed

Lines changed: 3 additions & 3 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@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7
8888
with:
8989
distribution: goreleaser
9090
version: latest

0 commit comments

Comments
 (0)