Skip to content

Commit 382cea4

Browse files
chore(deps): update actions/setup-go digest to 0aaccfd (#22)
Co-authored-by: pactflow-renovate-bot[bot] <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com>
1 parent 4e2ffcd commit 382cea4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
21+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2222
with:
2323
go-version: '^1.22'
2424
- name: install pact-go shared libraries

.github/workflows/contract_requiring_verification_published.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ github.event.client_payload.pact_url }}
3535
with:
3636
ref: ${{env.GIT_COMMIT}}
37-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
37+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
3838
with:
3939
go-version: '^1.22'
4040
- run: docker pull pactfoundation/pact-cli:latest

.github/workflows/verify_changed_pact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
21+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2222
with:
2323
go-version: '^1.22'
2424
- name: Build

0 commit comments

Comments
 (0)