From 9a60a3106d29adce60e00661103c3dc07b480e14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 07:50:05 -0300 Subject: [PATCH] chore(deps): update actions/github-script action to v7 (#2483) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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: |