From 3c4fc9016e4c61738025803d41141581b0e492f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 19:18:03 +0000 Subject: [PATCH] Bump actions/github-script from 4.0.2 to 4.1.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 4.1.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v4.1.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/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 450d8ec56e9..0558d62ea4b 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.0.2 + uses: actions/github-script@v4.1.1 with: github-token: ${{github.token}} script: |