Skip to content

Commit

Permalink
Merge pull request #15 from WalletConnect/fix/bump_actions
Browse files Browse the repository at this point in the history
fix: bumping shared `WalletConnect/actions` workflow version
  • Loading branch information
geekbrother authored Jan 8, 2025
2 parents d4bf6a8 + f50bfdf commit c68087f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/actions/grafana-key/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ runs:
steps:
- name: Get Grafana details
id: grafana-get-details
uses: WalletConnect/actions/aws/grafana/get-details-by-name/@2.5.3
uses: WalletConnect/actions/aws/grafana/get-details-by-name/@2.5.4
with:
workspace-name: ${{ inputs.workspace-name }}

- name: Get Grafana key
id: grafana-get-key
uses: WalletConnect/actions/aws/grafana/get-key/@2.5.3
uses: WalletConnect/actions/aws/grafana/get-key/@2.5.4
with:
key-prefix: ${{ inputs.key-prefix }}
workspace-id: ${{ steps.grafana-get-details.outputs.workspace-id }}
2 changes: 1 addition & 1 deletion .github/workflows/ci-plan-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Delete Grafana key
if: ${{ always() }}
uses: WalletConnect/actions/aws/grafana/delete-key/@2.5.3
uses: WalletConnect/actions/aws/grafana/delete-key/@2.5.4
with:
workspace-id: ${{ steps.grafana-get-key.outputs.workspace-id }}
key-name: ${{ steps.grafana-get-key.outputs.key-name }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Deploy image to ECS
id: deploy
uses: WalletConnect/actions/aws/ecs/deploy-image/@2.5.3
uses: WalletConnect/actions/aws/ecs/deploy-image/@2.5.4
with:
aws-role-arn: ${{ inputs.aws-role-arn }}
aws-region: ${{ inputs.aws-region }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Delete Grafana key
if: ${{ always() }}
uses: WalletConnect/actions/aws/grafana/delete-key/@2.5.3
uses: WalletConnect/actions/aws/grafana/delete-key/@2.5.4
with:
workspace-id: ${{ steps.grafana-get-key.outputs.workspace-id }}
key-name: ${{ steps.grafana-get-key.outputs.key-name }}
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Release
id: release
uses: WalletConnect/actions/github/update-rust-version/@2.5.3
uses: WalletConnect/actions/github/update-rust-version/@2.5.4
with:
token: ${{ secrets.RELEASE_PAT }}
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-get_deployed_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- name: Get task definition from ECS
id: get_task
uses: WalletConnect/actions/aws/ecs/get-task-image/@2.5.3
uses: WalletConnect/actions/aws/ecs/get-task-image/@2.5.4
with:
aws-role-arn: ${{ inputs.aws-role-arn }}
aws-region: ${{ inputs.aws-region }}
Expand Down
2 changes: 1 addition & 1 deletion examples/event_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
token: ${{ secrets.PRIVATE_SUBMODULE_ACCESS_TOKEN || github.token }}
submodules: recursive
- uses: WalletConnect/actions/github/paths-filter/@2.5.3
- uses: WalletConnect/actions/github/paths-filter/@2.5.4
id: filter
outputs:
infra: ${{ steps.filter.outputs.infra }}
Expand Down
2 changes: 1 addition & 1 deletion examples/event_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
token: ${{ secrets.PRIVATE_SUBMODULE_ACCESS_TOKEN || github.token }}
submodules: recursive
- uses: WalletConnect/actions/github/paths-filter/@2.5.3
- uses: WalletConnect/actions/github/paths-filter/@2.5.4
id: filter
outputs:
infra: ${{ steps.filter.outputs.infra }}
Expand Down

0 comments on commit c68087f

Please sign in to comment.