소스 검색

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

Updating command-rebase.yml workflow from template
Andy Scherzinger 3 년 전
부모
커밋
8f4fb84d8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }}