From befce1d28210511a9ebcf111fb352713d4948b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 05:00:52 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 4.0.2 to 4.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/label-cleanup.yml | 2 +- .github/workflows/triage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-cleanup.yml b/.github/workflows/label-cleanup.yml index a0d19c08108..463d2d4958b 100644 --- a/.github/workflows/label-cleanup.yml +++ b/.github/workflows/label-cleanup.yml @@ -24,7 +24,7 @@ jobs: remove-labels: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v4.0.2 + - uses: actions/github-script@v4.1 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index cddab77e02b..15539d69150 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -24,7 +24,7 @@ jobs: apply-label: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v4.0.2 + - uses: actions/github-script@v4.1 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |