Skip to content

Commit

Permalink
chore(deps): bump OpenTofu and Terragrunt dependencies (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Oct 9, 2024
1 parent c93e3e4 commit 54f233d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-terragrunt/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ inputs:
terragrunt-version:
description: 'The version of Terragrunt to install'
required: true
default: '0.67.9'
default: '0.68.0'
opentofu-version:
description: 'The version of OpenTofu to install'
required: true
default: '1.8.2'
default: '1.8.3'
ssh-private-key:
description: 'The SSH private key to use for fetching Terragrunt modules'
required: false
Expand Down

0 comments on commit 54f233d

Please sign in to comment.