Skip to content

Commit

Permalink
Update cloudposse/github-action-seek-deployment action to v0.1.1 (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 3, 2024
1 parent 93bf535 commit 641b986
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-preview-argocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
uses: actions/checkout@v3

- name: Seek deployment
uses: cloudposse/[email protected].0
uses: cloudposse/[email protected].1
id: deployment
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-preview-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
needs: [ preview ]
steps:
- name: Seek deployment
uses: cloudposse/[email protected].0
uses: cloudposse/[email protected].1
id: deployment
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-preview-ecspresso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
in: ${{ inputs.image }}

- name: Seek deployment
uses: cloudposse/[email protected].0
uses: cloudposse/[email protected].1
id: deployment
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-preview-helmfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
uses: actions/checkout@v3

- name: Seek deployment
uses: cloudposse/[email protected].0
uses: cloudposse/[email protected].1
id: deployment
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 641b986

Please sign in to comment.