From 2ac7d02160d7f841450b4e4bd0b9fd8366093418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 10:01:15 +0000 Subject: [PATCH] build(deps): update actions/github-script requirement to v4.0.2 Updates the requirements on [actions/github-script](https://github.com/actions/github-script) to permit the latest version. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/commits/a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293) Signed-off-by: dependabot[bot] --- .github/workflows/claim.yml | 2 +- .github/workflows/comment_on_issue.yml | 2 +- .github/workflows/issue_reminder.yml | 2 +- .github/workflows/welcome_contributor.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/claim.yml b/.github/workflows/claim.yml index 7ddc2c4..5acbb94 100644 --- a/.github/workflows/claim.yml +++ b/.github/workflows/claim.yml @@ -12,7 +12,7 @@ jobs: && contains(toJson(github.event.issue.labels), 'Available') runs-on: ubuntu-latest steps: - - uses: actions/github-script@0.9.0 + - uses: actions/github-script@v4.0.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/comment_on_issue.yml b/.github/workflows/comment_on_issue.yml index 10b6f8f..9f71758 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@v4.0.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/issue_reminder.yml b/.github/workflows/issue_reminder.yml index 709c89e..5b06ff7 100644 --- a/.github/workflows/issue_reminder.yml +++ b/.github/workflows/issue_reminder.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Comment on issue - uses: actions/github-script@0.9.0 + uses: actions/github-script@v4.0.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/welcome_contributor.yml b/.github/workflows/welcome_contributor.yml index 7e13506..eabe73e 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@v4.0.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |