We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f88f3 commit a05a302Copy full SHA for a05a302
.github/workflows/greeter.yml
@@ -8,7 +8,7 @@ jobs:
8
comment:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/github-script@0.8.0
+ - uses: actions/github-script@7.0.1
12
with:
13
github-token: ${{secrets.GITHUB_TOKEN}}
14
script: |
0 commit comments