From 0f6d7888ead4a03db6b75b9a508aba6d2abc0687 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 09:56:07 +0000 Subject: [PATCH] :arrow_up: Updates actions/github-script action to v3.2.0 Signed-off-by: Renovate Bot --- .github/workflows/comment_on_issue.yml | 2 +- .github/workflows/welcome_contributor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment_on_issue.yml b/.github/workflows/comment_on_issue.yml index 10b6f8f..e75ebcb 100644 --- a/.github/workflows/comment_on_issue.yml +++ b/.github/workflows/comment_on_issue.yml @@ -8,7 +8,7 @@ jobs: comment: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v3.1.0 + - uses: actions/github-script@v3.2.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/welcome_contributor.yml b/.github/workflows/welcome_contributor.yml index 7e13506..fc22e0c 100644 --- a/.github/workflows/welcome_contributor.yml +++ b/.github/workflows/welcome_contributor.yml @@ -6,7 +6,7 @@ jobs: welcome: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v3.1.0 + - uses: actions/github-script@v3.2.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |