Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 9, 2023
1 parent 87e2ca2 commit c1a0156
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.10.0
- uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -163,21 +163,21 @@ jobs:
SENTRY_COMMIT="${{ github.repository }}/${{ github.sha }}"
- name: ArgoCD login
uses: clowdhaus/argo-cd-action/@v1.12.1
uses: clowdhaus/argo-cd-action/@v1.16.0
id: argocd_login
with:
command: login ${{ secrets.ARGOCD_URL }}
options: --insecure --password ${{ secrets.ARGOCD_PASS }} --username ${{ secrets.ARGOCD_USERNAME }}

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

- name: ArgoCD overvrite HELM values.yaml
uses: clowdhaus/argo-cd-action/@v1.12.1
uses: clowdhaus/argo-cd-action/@v1.16.0
id: argocd_image_helm_tag_overwrite
with:
command: app set iam-cache-server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.10.0
- uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}
env_name:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@sentry/integrations": "^7.45.0",
"@sentry/node": "^7.45.0",
"@sentry/tracing": "^7.45.0",
"@sphereon/pex": "1.1.3",
"@sphereon/pex": "1.1.6",
"@spruceid/didkit-wasm-node": "^0.2.1",
"@typechain/ethers-v5": "^9.0.0",
"@types/jwt-decode": "^2.2.1",
Expand All @@ -96,7 +96,7 @@
"dgraph-js": "^21.3.1",
"didkit-wasm-node": "^0.1.6",
"didStoreCluster": "npm:@ew-did-registry/did-ipfs-store@0.8.1-alpha.1037.0",
"didStoreInfura": "npm:@ew-did-registry/did-ipfs-store@0.7.1-alpha.795.0",
"didStoreInfura": "npm:@ew-did-registry/did-ipfs-store@0.8.0",
"dotenv": "^16.0.3",
"ethers": "5.7.2",
"graphql": "^16.6.0",
Expand Down Expand Up @@ -166,9 +166,9 @@
"hardhat": "^2.11.2",
"husky": "^4.3.8",
"i": "^0.3.7",
"ipfs": "^0.58.3",
"ipfs": "^0.66.0",
"ipfs-http-client": "^43.0.1",
"ipfsd-ctl": "3.0.0",
"ipfsd-ctl": "3.1.0",
"jest": "27.5.1",
"jest-create-mock-instance": "^2.0.0",
"lint-staged": "^11.1.1",
Expand All @@ -182,7 +182,7 @@
"ts-loader": "^8.0.0",
"ts-node": "^10.8.1",
"tsconfig-paths": "^3.9.0",
"typedoc": "^0.23.6",
"typedoc": "^0.24.0",
"typedoc-plugin-markdown": "^3.13.3",
"typescript": "4.9.5"
},
Expand Down

0 comments on commit c1a0156

Please sign in to comment.