From 716c541276c36a699d917b4df883c2343c84571f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 22:10:31 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 0.9.0 to 6.1.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 0.9.0 to 6.1.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/0.9.0...v6.1.1) --- 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..ae477c5 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.1.1 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..9be39b5 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.1.1 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/issue_reminder.yml b/.github/workflows/issue_reminder.yml index 709c89e..32b8285 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.1.1 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/welcome_contributor.yml b/.github/workflows/welcome_contributor.yml index 7e13506..2617830 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.1.1 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |