Skip to content

Commit

Permalink
Merge pull request #193 from pulumiverse/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-go action to v5
  • Loading branch information
aharter authored Jun 17, 2024
2 parents 8c8f4aa + 5fbdbea commit 7e56148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
with:
go-version: ${{ env.GOVERSION }}
- name: Install pulumictl
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
with:
go-version: ${{ env.GOVERSION }}
- name: Install pulumictl
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
with:
go-version: ${{ env.GOVERSION }}
- name: Install pulumictl
Expand Down

0 comments on commit 7e56148

Please sign in to comment.