Skip to content

Commit

Permalink
chore: bump version for s3-bucket-object
Browse files Browse the repository at this point in the history
  • Loading branch information
virgofx committed Oct 28, 2024
1 parent 91d4dfa commit e115720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-module-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: actions/checkout@v4

- name: Terraform Module Releaser
uses: techpivot/terraform-module-releaser@v1.1.1
uses: techpivot/terraform-module-releaser@v1.3.0
2 changes: 1 addition & 1 deletion aws/s3-bucket-object/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.26"
version = ">= 5.27"
}
}
}

0 comments on commit e115720

Please sign in to comment.