From bf8cb7a67e540893126f8c241bf6d8ebeeb0e30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 10:47:38 +0000 Subject: [PATCH] Bump actions/github-script from 4 to 5 Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v5) --- 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 480484ec225..54cdf0c1f53 100644 --- a/.github/workflows/github-stats.yaml +++ b/.github/workflows/github-stats.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Fetch downloads count id: fetch - uses: actions/github-script@v4 + uses: actions/github-script@v5.1.0 with: github-token: ${{github.token}} script: |