Skip to content

Commit

Permalink
Upgrade pipelines-cli and actions to use tfplan output (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Resonance1584 authored Jun 3, 2024
1 parent 9e531ec commit 06adf7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipelines-delegated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
required: true

env:
PIPELINES_CLI_VERSION: v0.9.11
PIPELINES_ACTIONS_VERSION: v1.1.3
PIPELINES_CLI_VERSION: v0.10.0
PIPELINES_ACTIONS_VERSION: v1.3.0

jobs:
detect_changes:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pipelines-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
required: false

env:
PIPELINES_CLI_VERSION: v0.9.11
PIPELINES_ACTIONS_VERSION: v1.2.0
PIPELINES_CLI_VERSION: v0.10.0
PIPELINES_ACTIONS_VERSION: v1.3.0

jobs:
detect_changes:
Expand Down

0 comments on commit 06adf7f

Please sign in to comment.