diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f1293e..5a90d25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ORG_GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }} - name: Report Release To OpsLevel - uses: opslevel/report-deploy-github-action@v1.0.0 + uses: opslevel/report-deploy-github-action@v2.0.0 with: integration_url: ${{ secrets.DEPLOY_INTEGRATION_URL }} service: "report_deploy_github_action" diff --git a/action.yml b/action.yml index b2813fb..a3d5181 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ runs: steps: - name: Do it with Docker if: ${{ inputs.use_docker == 'true' }} - uses: OpsLevel/report-deploy-github-action/with-docker@v1.0.0 + uses: OpsLevel/report-deploy-github-action/with-docker@v2.0.0 with: integration_url: ${{ inputs.integration_url }} deduplication_id: ${{ inputs.deduplication_id }}