diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-21 23:04:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 23:04:56 +0200 |
commit | 114ee4c3a3a866371fb897fe21c5afb02066e2fe (patch) | |
tree | 4287fa8c786032db25288f7555760cdfef57303d /.github/workflows/command-pull-3rdparty.yml | |
parent | 6139c8caf35d27dce8a85ed284885581baa42daf (diff) | |
parent | f4c4472f128f59224026871cee4d96af1daa05a3 (diff) | |
download | nextcloud-server-114ee4c3a3a866371fb897fe21c5afb02066e2fe.tar.gz nextcloud-server-114ee4c3a3a866371fb897fe21c5afb02066e2fe.zip |
Merge pull request #41026 from nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-3.1.0
chore(deps): Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0
Diffstat (limited to '.github/workflows/command-pull-3rdparty.yml')
-rw-r--r-- | .github/workflows/command-pull-3rdparty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/command-pull-3rdparty.yml b/.github/workflows/command-pull-3rdparty.yml index 4cbec165f45..2f1569d98cb 100644 --- a/.github/workflows/command-pull-3rdparty.yml +++ b/.github/workflows/command-pull-3rdparty.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Add reaction on start - uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.1 + uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.0.1 with: token: ${{ secrets.COMMAND_BOT_PAT }} repository: ${{ github.event.repository.full_name }} @@ -51,7 +51,7 @@ jobs: git push - name: Add reaction on failure - uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.1 + uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.0.1 if: failure() with: token: ${{ secrets.COMMAND_BOT_PAT }} |