summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-03-05 09:50:43 +0100
committerGitHub <noreply@github.com>2022-03-05 09:50:43 +0100
commit0bf6bcd41e1593ced5a874b31149c21ec4bedce7 (patch)
tree5195c2cec56f5943f0c2f23e495c9acb83a6c081
parent3ae5cf8e52354ec7e4b92af040943b23a9c73a41 (diff)
parent82ad22bff1ae1d5dc14458ccecf0c352228bb2f1 (diff)
Merge pull request #1051 from nextcloud/feat/workflow-auto-update-command-rebase.yml
-rw-r--r--.github/workflows/command-rebase.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index c497cb38..80037056 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.github/workflows/command-rebase.yml
@@ -26,7 +26,7 @@ jobs:
reaction-type: "+1"
- name: Checkout the latest code
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.COMMAND_BOT_PAT }}