diff --git a/.github/workflows/integration-deployment.yml b/.github/workflows/integration-deployment.yml index 0c6e602..8642d5c 100644 --- a/.github/workflows/integration-deployment.yml +++ b/.github/workflows/integration-deployment.yml @@ -22,7 +22,7 @@ jobs: TAG=${{ github.event.release.tag_name }} echo "versionNumber=${TAG#v}" >> $GITHUB_OUTPUT - name: Bump integration deployment version - uses: JupiterOne/integration-github-actions/create-integration-deployment@v1.2.2 + uses: JupiterOne/integration-github-actions/create-integration-deployment@v2.0.2 with: integrationName: ${{ steps.get-integration-name.outputs.integrationName }}