From 8dbd06d9c3dabbdb41c1bb5c3753dee14a182c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 22:01:53 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 0.9.0 to 6.4.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 0.9.0 to 6.4.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/0.9.0...v6.4.0) --- 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..561d499 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.4.0 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..00b7b49 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.4.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/issue_reminder.yml b/.github/workflows/issue_reminder.yml index 709c89e..233cb08 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.4.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/welcome_contributor.yml b/.github/workflows/welcome_contributor.yml index 7e13506..32bc8b3 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.4.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |