Skip to content

Commit cdb2789

Browse files
committed
Updated workflows
1 parent fa5dbfa commit cdb2789

File tree

2 files changed

+4
-27
lines changed

2 files changed

+4
-27
lines changed

.github/workflows/dependabot-auto-merge.yml.OLD

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/new-issue.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.7
1+
# v0.8
22
name: New issue
33

44
on:
@@ -35,7 +35,7 @@ jobs:
3535
- name: Create comment
3636
id: create_comment_ok
3737
if: ${{ contains(github.event.issue.body, steps.get_npm_version.outputs.LATEST_VERSION) }}
38-
uses: peter-evans/create-or-update-comment@v4
38+
uses: peter-evans/create-or-update-comment@v5
3939
with:
4040
issue-number: ${{ github.event.issue.number }}
4141
body: |
@@ -50,7 +50,7 @@ jobs:
5050
- name: Create comment (not beta version)
5151
id: create_comment_version
5252
if: ${{ !contains(github.event.issue.body, steps.get_npm_version.outputs.LATEST_VERSION) }}
53-
uses: peter-evans/create-or-update-comment@v4
53+
uses: peter-evans/create-or-update-comment@v5
5454
with:
5555
issue-number: ${{ github.event.issue.number }}
5656
body: |
@@ -71,4 +71,4 @@ jobs:
7171
env:
7272
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
GH_REPO: ${{ github.repository }}
74-
NUMBER: ${{ github.event.issue.number }}
74+
NUMBER: ${{ github.event.issue.number }}

0 commit comments

Comments
 (0)