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.12.1
2222 with :
2323 access_token : ${{ github.token }}
2424
3232 TAG_DRY_RUN : ${{ steps.configure.outputs.TAG_DRY_RUN }}
3333 PUSH_DOCKER : ${{ steps.configure.outputs.PUSH_DOCKER }}
3434 steps :
35- - uses : styfle/cancel-workflow-action@0.11.0
35+ - uses : styfle/cancel-workflow-action@0.12.1
3636 with :
3737 access_token : ${{ github.token }}
3838 - id : configure
6666
6767 - name : Bump version and push tag
6868 id : tag_version
69- uses : mathieudutour/github-tag-action@v6.1
69+ uses : mathieudutour/github-tag-action@v6.2
7070 with :
7171 github_token : ${{ secrets.GITHUB_TOKEN }}
7272 release_branches : release
7676
7777 - name : Create a GitHub release
7878 if : github.ref == 'refs/heads/release'
79- uses : ncipollo/release-action@v1.12 .0
79+ uses : ncipollo/release-action@v1.20 .0
8080 with :
8181 prerelease : ${{ needs.configure.outputs.PRERELEASE }}
8282 tag : ${{ steps.tag_version.outputs.new_tag }}
@@ -103,7 +103,7 @@ jobs:
103103 uses : docker/setup-buildx-action@v2
104104
105105 - name : Log in to the Container registry
106- uses : docker/login-action@v2.1 .0
106+ uses : docker/login-action@v2.2 .0
107107 with :
108108 registry : ${{ env.REGISTRY }}
109109 username : ${{ github.actor }}
@@ -112,7 +112,7 @@ jobs:
112112 # This step outputs Docker labels and Docker tag associated with github.ref (branch name in this scenario)
113113 - name : Extract metadata (tags, labels) for Docker
114114 id : meta
115- uses : docker/metadata-action@v4.3 .0
115+ uses : docker/metadata-action@v4.6 .0
116116 with :
117117 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
118118
@@ -156,21 +156,21 @@ jobs:
156156 SENTRY_COMMIT="${{ github.repository }}/${{ github.sha }}"
157157
158158 - name : ArgoCD login
159- uses : clowdhaus/argo-cd-action/@v1.12.1
159+ uses : clowdhaus/argo-cd-action/@v1.17.0
160160 id : argocd_login
161161 with :
162162 command : login ${{ secrets.ARGOCD_URL }}
163163 options : --insecure --password ${{ secrets.ARGOCD_PASS }} --username ${{ secrets.ARGOCD_USERNAME }}
164164
165165 - name : ArgoCD overvrite values.yaml
166- uses : clowdhaus/argo-cd-action/@v1.12.1
166+ uses : clowdhaus/argo-cd-action/@v1.17.0
167167 id : argocd_image_tag_overwrite
168168 with :
169169 command : app set iam-cache-server
170170 options : -p image.tag=${{needs.configure.outputs.IMAGE_TAG}} -p image.repository=${{env.REGISTRY}}/${{env.IMAGE_NAME}}
171171
172172 - name : ArgoCD overvrite HELM values.yaml
173- uses : clowdhaus/argo-cd-action/@v1.12.1
173+ uses : clowdhaus/argo-cd-action/@v1.17.0
174174 id : argocd_image_helm_tag_overwrite
175175 with :
176176 command : app set iam-cache-server
0 commit comments