From f3d9145248ab3f14261119736149253906f2c52c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:18:51 +0000 Subject: [PATCH] Bump actions/github-script from 4 to 6.3.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 6.3.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v6.3.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/github-stats.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-stats.yaml b/.github/workflows/github-stats.yaml index bb75e6ce0b7..90336e5cffb 100644 --- a/.github/workflows/github-stats.yaml +++ b/.github/workflows/github-stats.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Fetch downloads count id: fetch - uses: actions/github-script@v4 + uses: actions/github-script@v6.3.0 with: github-token: ${{github.token}} script: |