Browse Source

Merge pull request #1854 from nextcloud/feat/workflow-auto-update-command-rebase.yml

Updating command-rebase.yml workflow from template
Andy Scherzinger 3 years ago
parent
commit
8f4fb84d8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/command-rebase.yml

+ 1 - 1
.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 }}