Skip to content

Commit

Permalink
(github actions) generated latest snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Sep 13, 2024
1 parent 56e16bc commit 6c6a00e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- "amd64"
- "common"
steps:
- uses: cloudposse-github-actions/get-pr@v2
- uses: cloudposse-github-actions/get-pr@v1
id: pr

outputs:
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ["self-hosted", "terraform"]
steps:
- id: affected
uses: cloudposse/github-action-atmos-affected-stacks@v4
uses: cloudposse/github-action-atmos-affected-stacks@v5
with:
base-ref: ${{ github.event.pull_request.base.sha }}
head-ref: ${{ github.event.pull_request.head.sha }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ["self-hosted", "terraform"]
steps:
- id: affected
uses: cloudposse/github-action-atmos-affected-stacks@v4
uses: cloudposse/github-action-atmos-affected-stacks@v5
with:
atmos-version: ${{ vars.ATMOS_VERSION }}
atmos-config-path: ${{ vars.ATMOS_CONFIG_PATH }}
Expand Down

0 comments on commit 6c6a00e

Please sign in to comment.