We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10cfb7d commit c0253dfCopy full SHA for c0253df
.github/workflows/nodejs.yml
@@ -23,6 +23,6 @@ jobs:
23
env:
24
CI: true
25
- name: Coveralls GitHub Action
26
- uses: coverallsapp/github-action@1.1.3
+ uses: coverallsapp/github-action@v2.3.6
27
with:
28
github-token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
29
30
31
32
- name: Release
0 commit comments