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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2023-12-02 18:31:07 +0300
committerGitHub <noreply@github.com>2023-12-02 18:31:07 +0300
commit73b1bd336049586d93ea460c2fb68c9bc69a88db (patch)
tree13efa992898f6296f183930bbe34efd64a6ba126
parent6383ab1f14dbecba235ed1084577922d250781cc (diff)
parent86109dba16f9bf408ff996e008c7a59adb24ef3d (diff)
Merge pull request #1807 from nextcloud/automated/update-workflows
chore: update workflows from templates
-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 49f9c46e..c6a48b31 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.github/workflows/command-rebase.yml
@@ -31,7 +31,7 @@ jobs:
reaction-type: "+1"
- name: Checkout the latest code
- uses: actions/checkout@v4 # v3
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
fetch-depth: 0
token: ${{ secrets.COMMAND_BOT_PAT }}