From 97936bd30eedc3697996c2959411051aab85b539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 18:01:32 +0000 Subject: [PATCH] Bump actions/github-script from 3 to 6 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... 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 2fedb9de2170..da21bd40bba0 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@v3 + - uses: actions/github-script@v6 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index b21dff26fada..990854dabd13 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@v3 + - uses: actions/github-script@v6 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |