From 9baf74d63514742cf232f987ac6d286a9c75a849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 22:59:21 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 0.9.0 to 6.3.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 0.9.0 to 6.3.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/0.9.0...v6.3.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..d09301e 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.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..06b3448 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.1 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/issue_reminder.yml b/.github/workflows/issue_reminder.yml index 709c89e..7e9d190 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.1 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/welcome_contributor.yml b/.github/workflows/welcome_contributor.yml index 7e13506..a70c051 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.1 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |