diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-03-07 10:42:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 10:42:39 +0100 |
commit | c2d759ddecad69698bfedbfe8d7a2826a92e29dd (patch) | |
tree | 02bac358c295393dae867c8fd9b8aefc0caf99c1 | |
parent | ea75ad6a3d587ba5215871ce6db2d951b8487aee (diff) | |
parent | 80dc1094f21c868d7eca28163ac3b0c919008ed1 (diff) | |
download | nextcloud-server-c2d759ddecad69698bfedbfe8d7a2826a92e29dd.tar.gz nextcloud-server-c2d759ddecad69698bfedbfe8d7a2826a92e29dd.zip |
Merge pull request #31466 from nextcloud/feat/workflow-auto-update-command-rebase.yml
Updating command-rebase.yml workflow from template
-rw-r--r-- | .github/workflows/command-rebase.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml index c497cb38e2d..80037056f8d 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 }} |