From ac92dec6e33df995c1b9109fb47a0f5d68fee995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 06:15:47 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 4.1 to 6.3.3 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.1 to 6.3.3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.1...v6.3.3) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/compatibility-badge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compatibility-badge.yml b/.github/workflows/compatibility-badge.yml index 9b7a766..47e573a 100644 --- a/.github/workflows/compatibility-badge.yml +++ b/.github/workflows/compatibility-badge.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Badge compatibility score - uses: actions/github-script@v4.1 + uses: actions/github-script@v6.3.3 with: script: | const pr = context.payload.pull_request;