Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-03-05 13:25:47 +0300
committerGitHub <noreply@github.com>2022-03-05 13:25:47 +0300
commitbdbdf874e3f706875952cee8757c04385f277b2b (patch)
tree21aea1ff1a66321a54cc29711451061e5911f89e
parent4318ad250870d258b21689cd4fcf61321e4ffe3d (diff)
parent5508208f8b4f3562bd3f65d92b16a453d125e45d (diff)
Merge pull request #2222 from nextcloud/feat/workflow-auto-update-command-rebase.yml
Updating command-rebase.yml workflow from template
-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 c497cb38e..80037056f 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 }}