Skip to content

Commit 54d545f

Browse files
committed
Update actions
1 parent d92e772 commit 54d545f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/approved_status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
private_key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
2828
repository: DataDog/datadog-api-spec
2929
- name: Post PR review status check
30-
uses: DataDog/github-actions/post-review-status@v1.0.0
30+
uses: DataDog/github-actions/post-review-status@v2
3131
with:
3232
github-token: ${{ steps.get_token.outputs.token }}
3333
repo: datadog-api-spec

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
private_key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
129129
repository: DataDog/datadog-api-spec
130130
- name: Post status 3heck
131-
uses: DataDog/github-actions/post-status-check@v1.0.0
131+
uses: DataDog/github-actions/post-status-check@v2
132132
with:
133133
github-token: ${{ steps.get_token.outputs.token }}
134134
repo: datadog-api-spec

.github/workflows/test_integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v3
4545
- name: Post pending status check
4646
if: github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
47-
uses: DataDog/github-actions/post-status-check@v1.0.0
47+
uses: DataDog/github-actions/post-status-check@v2
4848
with:
4949
github-token: ${{ steps.get_token.outputs.token }}
5050
repo: datadog-api-spec
@@ -78,15 +78,15 @@ jobs:
7878
SLEEP_AFTER_REQUEST: "${{ secrets.SLEEP_AFTER_REQUEST }}"
7979
- name: Post failure status check
8080
if: failure() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
81-
uses: DataDog/github-actions/post-status-check@v1.0.0
81+
uses: DataDog/github-actions/post-status-check@v2
8282
with:
8383
github-token: ${{ steps.get_token.outputs.token }}
8484
repo: datadog-api-spec
8585
status: failure
8686
context: integration
8787
- name: Post success status check
8888
if: "!failure() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')"
89-
uses: DataDog/github-actions/post-status-check@v1.0.0
89+
uses: DataDog/github-actions/post-status-check@v2
9090
with:
9191
github-token: ${{ steps.get_token.outputs.token }}
9292
repo: datadog-api-spec

0 commit comments

Comments
 (0)