Skip to content

Commit

Permalink
Merge branch 'master' into renovate/github.com-hashicorp-terraform-pl…
Browse files Browse the repository at this point in the history
…ugin-framework-1.x
  • Loading branch information
ndopj authored Jun 29, 2024
2 parents a9250a6 + c2d8f88 commit 2f4e4db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
montecarlo = {
source = "kiwicom/montecarlo"
version = "~> 0.3.0"
version = "~> 0.4.0"
}
}
}
Expand Down

0 comments on commit 2f4e4db

Please sign in to comment.