.github/workflows/test.yml in datadog_api_client-2.5.0 vs .github/workflows/test.yml in datadog_api_client-2.6.0

- old
+ new

@@ -126,10 +126,10 @@ with: app_id: ${{ secrets.PIPELINE_GITHUB_APP_ID }} private_key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }} repository: DataDog/datadog-api-spec - name: Post status 3heck - uses: DataDog/github-actions/post-status-check@v1.0.0 + uses: DataDog/github-actions/post-status-check@v2 with: github-token: ${{ steps.get_token.outputs.token }} repo: datadog-api-spec status: ${{ (needs.test.result == 'cancelled' || needs.examples.result == 'cancelled') && 'pending' || needs.test.result == 'success' && needs.examples.result == 'success' && 'success' || 'failure' }} context: unit