Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 4.0.1 to 4.1.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 255cabe commit cfe4518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # tag=v4.1.0
with:
go-version: ${{matrix.goversion}}
- name: Install pulumictl
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # tag=v4.1.0
with:
go-version: ${{ matrix.goversion }}
- name: Install pulumictl
Expand Down

0 comments on commit cfe4518

Please sign in to comment.