We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d4042 commit 30b6801Copy full SHA for 30b6801
.github/workflows/commands.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Notify as seen 👍
15
- uses: peter-evans/create-or-update-comment@v1.4.5
+ uses: peter-evans/create-or-update-comment@v2.0.0
16
with:
17
token: ${{ secrets.JF_BOT_TOKEN }}
18
comment-id: ${{ github.event.comment.id }}
.github/workflows/pull_request.yml
@@ -52,7 +52,7 @@ jobs:
52
run: npm run test
53
54
- name: Upload coverage ⬆️
55
- uses: codecov/codecov-action@v2.1.0
+ uses: codecov/codecov-action@v3.0.0
56
57
build:
58
name: Build 🛠️
0 commit comments