Skip to content

Commit

Permalink
chore(deps): update actions/setup-go digest to dd84a95 (#1148)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 23, 2023
1 parent 1979519 commit cd2943d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: ${{ needs.skip-check.outputs.should_skip != 'true' }}
steps:
- name: Set up Go
uses: actions/setup-go@41c2024c46acfe1d0b8c9b7f20e28406983e553b
uses: actions/setup-go@dd84a9531a6f8e72c321f2aa3b9048ed359670e4
with:
go-version: 1.19.1
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
echo '${{ secrets.COSIGN_PRIVATE_KEY }}' > cosign.key
- name: Set up Go
uses: actions/setup-go@41c2024c46acfe1d0b8c9b7f20e28406983e553b
uses: actions/setup-go@dd84a9531a6f8e72c321f2aa3b9048ed359670e4
with:
go-version: 1.19.1
- name: Login to Dockerhub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terratest-more-clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@41c2024c46acfe1d0b8c9b7f20e28406983e553b
- uses: actions/setup-go@dd84a9531a6f8e72c321f2aa3b9048ed359670e4
with:
go-version: 1.19.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@41c2024c46acfe1d0b8c9b7f20e28406983e553b
- uses: actions/setup-go@dd84a9531a6f8e72c321f2aa3b9048ed359670e4
with:
go-version: 1.19.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@41c2024c46acfe1d0b8c9b7f20e28406983e553b
- uses: actions/setup-go@dd84a9531a6f8e72c321f2aa3b9048ed359670e4
with:
go-version: 1.19.1

Expand Down

0 comments on commit cd2943d

Please sign in to comment.