Skip to content

Commit 51b38da

Browse files
Bump actions/github-script from 4.0.2 to 5
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4.0.2...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bdcb1e commit 51b38da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-stats.yaml

Lines changed: 1 addition & 1 deletion
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@v4.0.2
18+
uses: actions/github-script@v5
1919
with:
2020
github-token: ${{github.token}}
2121
script: |

0 commit comments

Comments
 (0)