From 9552b92f38969d80f2529f61d265879a352ef0c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:13:55 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 0.9.0 to 6.3.2 Bumps [actions/github-script](https://github.com/actions/github-script) from 0.9.0 to 6.3.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/0.9.0...v6.3.2) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... 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..3f11f04 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@v6.3.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..f2fb71b 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@v6.3.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/issue_reminder.yml b/.github/workflows/issue_reminder.yml index 709c89e..13b742a 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@v6.3.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/welcome_contributor.yml b/.github/workflows/welcome_contributor.yml index 7e13506..3619ce2 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@v6.3.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |