mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
chore(deps): update actions/github-script action to v7 (#2483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/validate-remote-assets.yml
vendored
4
.github/workflows/validate-remote-assets.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
- name: Comment PR that request failed
|
||||
if: failure()
|
||||
uses: actions/github-script@v6.4.1
|
||||
uses: actions/github-script@v7.0.1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Comment PR that request succeeded
|
||||
if: success()
|
||||
uses: actions/github-script@v6.4.1
|
||||
uses: actions/github-script@v7.0.1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user