Skip to content

Commit 738e114

Browse files
committed
update
1 parent 9f46ec2 commit 738e114

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,8 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626

27-
- name: Set up Ruby
28-
uses: ruby/setup-ruby@v1
29-
with:
30-
bundler-cache: true
31-
3227
- name: Install Terragrunt and OpenTofu
3328
uses: gruntwork-io/terragrunt-action@v3
34-
with:
35-
tg_version: '0.55.18'
36-
tofu_version: '1.6.2'
3729

3830
- name: Update Terraform State and Providers
3931
run: |

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[tools]
22
ruby = '3.3.9'
3+
terragrunt = '0.55.18'
4+
opentofu = '1.6.2'

0 commit comments

Comments
 (0)