diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6de97ef..97233a2 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -40,7 +40,7 @@ jobs: dev: needs: [build, sonar] - uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.9 + uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.14 with: environment: dev artifact-name: build @@ -50,7 +50,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.9 + uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.14 with: environment: qa artifact-name: build @@ -60,7 +60,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.9 + uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.14 with: environment: sandbox artifact-name: build @@ -70,7 +70,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.9 + uses: joshjohanning-org/reusable-workflows/.github/workflows/deploy-sample.yml@v1.0.14 with: environment: prod artifact-name: build