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 Jan 1, 2025
1 parent 494b33c commit c580a6e
Show file tree
Hide file tree
Showing 8 changed files with 10,192 additions and 1,277 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cf-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.9.1
- uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
deploy:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.9.1
- uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
unique_id:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.0
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
release_branches: develop,DOI-1680_rebeam_cicd
Expand Down Expand Up @@ -93,14 +93,14 @@ jobs:
run: docker logout ${{ steps.login-ecr.outputs.registry }}

- name: ArgoCD login
uses: clowdhaus/argo-cd-action/@v1.10.0
uses: clowdhaus/argo-cd-action/@v1.17.0
id: argocd_login
with:
command: login ${{ steps.env_vars.outputs.argocd_url }}
options: --insecure --password ${{ steps.env_vars.outputs.argocd_password }} --username ${{ steps.env_vars.outputs.argocd_username }}

- name: ArgoCD overvrite values.yaml
uses: clowdhaus/argo-cd-action/@v1.10.0
uses: clowdhaus/argo-cd-action/@v1.17.0
id: argocd_image_tag_overwrite
with:
command: app set rebeam
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.9.1
- uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
build-install:
Expand Down
Loading

0 comments on commit c580a6e

Please sign in to comment.