Skip to content

Commit

Permalink
Merge pull request #4608 from neo4j/renovate/peter-evans-create-or-up…
Browse files Browse the repository at this point in the history
…date-comment-4.x

chore(deps): update peter-evans/create-or-update-comment action to v4
  • Loading branch information
darrellwarde authored Jan 30, 2024
2 parents 9394687 + 01e5d53 commit 334633d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
repo-token: ${{ secrets.NEO4J_TEAM_GRAPHQL_PERSONAL_ACCESS_TOKEN }}
action: add
- name: Add comment
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
with:
token: ${{ secrets.NEO4J_TEAM_GRAPHQL_PERSONAL_ACCESS_TOKEN }}
issue-number: ${{ github.event.issue.number }}
Expand All @@ -40,7 +40,7 @@ jobs:

steps:
- name: Add comment
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
with:
token: ${{ secrets.NEO4J_TEAM_GRAPHQL_PERSONAL_ACCESS_TOKEN }}
issue-number: ${{ github.event.issue.number }}
Expand Down

0 comments on commit 334633d

Please sign in to comment.