Skip to content

Commit e13481e

Browse files
committed
Merge branch 'main' of github.com:gruntwork-io/pipelines-workflows into use-pipelines-for-delegated-repo-setup
2 parents 04a108d + cee1c72 commit e13481e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pipelines-drift-detection.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
install: true
119119
cache: true
120-
version: 2024.10.8
120+
version: 2025.10.0
121121
working_directory: "./infra-live-repo"
122122

123123
- name: Install Pipelines CLI
@@ -202,7 +202,7 @@ jobs:
202202
with:
203203
install: true
204204
cache: true
205-
version: 2024.10.8
205+
version: 2025.10.0
206206
working_directory: "./infra-live-repo"
207207

208208
- name: Install Pipelines CLI

.github/workflows/pipelines-root.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
with:
291291
install: true
292292
cache: true
293-
version: 2024.10.8
293+
version: 2025.10.0
294294
working_directory: "./infra-live-repo"
295295

296296
- name: Configure code auth
@@ -498,7 +498,7 @@ jobs:
498498
with:
499499
install: true
500500
cache: true
501-
version: 2024.10.8
501+
version: 2025.10.0
502502
working_directory: "./infra-live-repo"
503503

504504
- name: Configure code auth

.github/workflows/pipelines-unlock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
with:
152152
install: true
153153
cache: true
154-
version: 2024.10.8
154+
version: 2025.10.0
155155
mise_toml: "${{ steps.mise-toml.outputs.TOML }}"
156156

157157
- name: Test Terraform, OpenTofu and Terragrunt
@@ -280,7 +280,7 @@ jobs:
280280
with:
281281
install: true
282282
cache: true
283-
version: 2024.10.8
283+
version: 2025.10.0
284284
mise_toml: "${{ steps.mise-toml.outputs.TOML }}"
285285

286286
- name: Test Terraform, OpenTofu and Terragrunt

0 commit comments

Comments
 (0)