Skip to content

Commit

Permalink
Merge pull request #97 from gruntwork-io/update-account-factory-check-2
Browse files Browse the repository at this point in the history
Update pipelines-actions version
  • Loading branch information
oredavids authored Nov 15, 2024
2 parents 0df558c + f05800c commit fa4efbb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipelines-drift-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
required: false
env:
PIPELINES_CLI_VERSION: v0.31.0
PIPELINES_ACTIONS_VERSION: v3.1.1
PIPELINES_ACTIONS_VERSION: v3.1.2
BOILERPLATE_VERSION: v0.5.16
GRUNTWORK_INSTALLER_VERSION: v0.0.40

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipelines-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:

env:
PIPELINES_CLI_VERSION: v0.31.2
PIPELINES_ACTIONS_VERSION: v3.1.1
PIPELINES_ACTIONS_VERSION: v3.1.2
BOILERPLATE_VERSION: v0.5.16
GRUNTWORK_INSTALLER_VERSION: v0.0.40

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipelines-unlock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:
required: true
env:
PIPELINES_CLI_VERSION: v0.31.0
PIPELINES_ACTIONS_VERSION: v3.1.1
PIPELINES_ACTIONS_VERSION: v3.1.2

jobs:
unlock_one:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:

env:
PIPELINES_CLI_VERSION: v0.31.0
PIPELINES_ACTIONS_VERSION: v3.1.1
PIPELINES_ACTIONS_VERSION: v3.1.2

# GitHub Actions tends to hit resource exhaustion and kill running jobs
# if we leave parallelism unbounded, so we set the max to 10 for a sane default.
Expand Down

0 comments on commit fa4efbb

Please sign in to comment.