diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6e69c67..c33d24f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -29,7 +29,7 @@ jobs: dev: needs: [build, sonar] - uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.5 + uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.13 with: environment: dev artifact-name: build @@ -39,7 +39,7 @@ jobs: qa: needs: [build, sonar, dev] if: github.event_name != 'pull_request' # don't deploy here if pr build - uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.5 + uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.13 with: environment: qa artifact-name: build @@ -49,7 +49,7 @@ jobs: sandbox: needs: [build, sonar, dev] if: github.event_name != 'pull_request' # don't deploy here if pr build - uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.5 + uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.13 with: environment: sandbox artifact-name: build @@ -59,7 +59,7 @@ jobs: prod: needs: [build, sonar, dev, qa, sandbox] if: github.event_name != 'pull_request' # don't deploy here if pr build - uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.5 + uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.13 with: environment: prod artifact-name: build