We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45067fa commit 654265fCopy full SHA for 654265f
1 file changed
.github/workflows/deploy.yml
@@ -24,13 +24,26 @@ jobs:
24
steps:
25
- uses: actions/checkout@v5
26
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
35
+ submodules: true
36
37
- name: Set up Ruby
38
uses: ruby/setup-ruby@v1
39
with:
40
bundler-cache: true
41
42
- name: Install Terragrunt and OpenTofu
43
uses: gruntwork-io/terragrunt-action@v3
44
45
+ terraform_version: '1.13.4'
46
+ terragrunt_version: '0.86.0'
47
48
- name: Update Terraform State and Providers
49
run: |
0 commit comments