From 2a93c27fdaa86cd016f01c420fc6c3d9f8ff3fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 05:58:14 +0000 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 3.pre.dev to 3.0.1 (#183) Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.pre.dev to 3.0.1. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/commits/v3) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-v3.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-v3.yml b/.github/workflows/test-v3.yml index 6cecfd9..77770c2 100644 --- a/.github/workflows/test-v3.yml +++ b/.github/workflows/test-v3.yml @@ -8,7 +8,7 @@ jobs: # Test create - name: Create comment - uses: peter-evans/create-or-update-comment@v3-dev + uses: peter-evans/create-or-update-comment@v3 id: couc with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} @@ -23,7 +23,7 @@ jobs: # Test update - name: Update comment - uses: peter-evans/create-or-update-comment@v3-dev + uses: peter-evans/create-or-update-comment@v3 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} comment-id: ${{ steps.couc.outputs.comment-id }} @@ -34,7 +34,7 @@ jobs: # Test add reactions - name: Add reactions - uses: peter-evans/create-or-update-comment@v3-dev + uses: peter-evans/create-or-update-comment@v3 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} comment-id: ${{ steps.couc.outputs.comment-id }} @@ -42,7 +42,7 @@ jobs: # Test create with body from file - name: Create comment - uses: peter-evans/create-or-update-comment@v3-dev + uses: peter-evans/create-or-update-comment@v3 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} issue-number: 1 @@ -59,7 +59,7 @@ jobs: bar: that - name: Create comment - uses: peter-evans/create-or-update-comment@v3-dev + uses: peter-evans/create-or-update-comment@v3 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} issue-number: 1