Skip to content

Commit

Permalink
Update peter-evans/create-or-update-comment action to v3 (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gruber <43826031+gruberdev@users.noreply.github.com>
  • Loading branch information
3 people authored May 2, 2023
1 parent 217cde1 commit 21d9acd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
## List of Kubernetes resources schema validation
- name: Update comment with Service resouces
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
if: steps.changed-services.outputs.any_changed == 'true'
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
Expand All @@ -125,7 +125,7 @@ jobs:
edit-mode: append

- name: Update comment with workload resouces
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
if: steps.changed-workloads.outputs.any_changed == 'true'
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
Expand All @@ -141,7 +141,7 @@ jobs:
edit-mode: append

- name: Update comment with config resouces
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
if: steps.changed-configs.outputs.any_changed == 'true'
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
Expand All @@ -157,7 +157,7 @@ jobs:
edit-mode: append

- name: Update comment with RBAC resouces
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
if: steps.changed-rbac.outputs.any_changed == 'true'
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
Expand All @@ -173,7 +173,7 @@ jobs:
edit-mode: append

- name: Update comment with Storage resouces
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
if: steps.changed-storage.outputs.any_changed == 'true'
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
Expand Down

0 comments on commit 21d9acd

Please sign in to comment.