Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #40 from girder/versions
Browse files Browse the repository at this point in the history
Bump some internal versions
  • Loading branch information
brianhelba authored Nov 21, 2024
2 parents 72fc2bd + 71b43ec commit 0952b20
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3
with:
terraform_wrapper: false
- name: Lint Terraform
Expand Down
84 changes: 42 additions & 42 deletions examples/basic/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ data "aws_iam_policy_document" "server_assetstore" {
}

module "smtp" {
source = "girder/girder4/heroku//modules/smtp"
version = "0.13.0"
source = "kitware-resonant/resonant/heroku//modules/smtp"
version = "1.1.1"

project_slug = var.project_slug
route53_zone_id = var.route53_zone_id
Expand Down

0 comments on commit 0952b20

Please sign in to comment.