Skip to content

Commit

Permalink
Merge pull request #8 from dskiff/renovate/actions-setup-go-digest
Browse files Browse the repository at this point in the history
Update actions/setup-go digest to cdcb360
  • Loading branch information
dskiff committed Apr 24, 2024
2 parents 073e31c + 08df8e5 commit fd71013
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7

- name: Run GoReleaser (build)
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7

- name: Run GoReleaser (build)
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f

- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5
Expand Down

0 comments on commit fd71013

Please sign in to comment.