Skip to content

Commit 654265f

Browse files
committed
fixup
1 parent 45067fa commit 654265f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,26 @@ 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+
32+
steps:
33+
- uses: actions/checkout@v5
34+
with:
35+
submodules: true
36+
2737
- name: Set up Ruby
2838
uses: ruby/setup-ruby@v1
2939
with:
3040
bundler-cache: true
3141

3242
- name: Install Terragrunt and OpenTofu
3343
uses: gruntwork-io/terragrunt-action@v3
44+
with:
45+
terraform_version: '1.13.4'
46+
terragrunt_version: '0.86.0'
3447

3548
- name: Update Terraform State and Providers
3649
run: |

0 commit comments

Comments
 (0)