Skip to content

Commit 6222b3a

Browse files
build(deps): update dependencies
1 parent 87e2ca2 commit 6222b3a

File tree

4 files changed

+50141
-48216
lines changed

4 files changed

+50141
-48216
lines changed

.github/workflows/build-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 3
2020
steps:
21-
- uses: styfle/cancel-workflow-action@0.10.0
21+
- uses: styfle/cancel-workflow-action@0.11.0
2222
with:
2323
access_token: ${{ github.token }}
2424

@@ -163,21 +163,21 @@ jobs:
163163
SENTRY_COMMIT="${{ github.repository }}/${{ github.sha }}"
164164
165165
- name: ArgoCD login
166-
uses: clowdhaus/argo-cd-action/@v1.12.1
166+
uses: clowdhaus/argo-cd-action/@v1.16.0
167167
id: argocd_login
168168
with:
169169
command: login ${{ secrets.ARGOCD_URL }}
170170
options: --insecure --password ${{ secrets.ARGOCD_PASS }} --username ${{ secrets.ARGOCD_USERNAME }}
171171

172172
- name: ArgoCD overvrite values.yaml
173-
uses: clowdhaus/argo-cd-action/@v1.12.1
173+
uses: clowdhaus/argo-cd-action/@v1.16.0
174174
id: argocd_image_tag_overwrite
175175
with:
176176
command: app set iam-cache-server
177177
options: -p image.tag=${{needs.configure.outputs.IMAGE_TAG}} -p image.repository=${{env.REGISTRY}}/${{env.IMAGE_NAME}}
178178

179179
- name: ArgoCD overvrite HELM values.yaml
180-
uses: clowdhaus/argo-cd-action/@v1.12.1
180+
uses: clowdhaus/argo-cd-action/@v1.16.0
181181
id: argocd_image_helm_tag_overwrite
182182
with:
183183
command: app set iam-cache-server

.github/workflows/helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 3
1616
steps:
17-
- uses: styfle/cancel-workflow-action@0.10.0
17+
- uses: styfle/cancel-workflow-action@0.11.0
1818
with:
1919
access_token: ${{ github.token }}
2020
env_name:

0 commit comments

Comments
 (0)