From ae19ac8e440efbb6a416a5bf27e6e6cb4c1c78ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:58:32 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .github/workflows/validate-remote-assets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-remote-assets.yml b/.github/workflows/validate-remote-assets.yml index b23e308426..04e5b90d4d 100644 --- a/.github/workflows/validate-remote-assets.yml +++ b/.github/workflows/validate-remote-assets.yml @@ -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: |