We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1adfb commit 8db95ecCopy full SHA for 8db95ec
.github/workflows/github-stats.yaml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Fetch downloads count
17
id: fetch
18
- uses: actions/github-script@v3
+ uses: actions/github-script@v4.0.2
19
with:
20
github-token: ${{github.token}}
21
script: |
0 commit comments