Skip to content

Commit 8db95ec

Browse files
Bump actions/github-script from 3 to 4.0.2 (#1377)
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 4.0.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...v4.0.2) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c1adfb commit 8db95ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-stats.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Fetch downloads count
1717
id: fetch
18-
uses: actions/github-script@v3
18+
uses: actions/github-script@v4.0.2
1919
with:
2020
github-token: ${{github.token}}
2121
script: |

0 commit comments

Comments
 (0)