summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-06-04 20:05:36 +0200
committerGitHub <noreply@github.com>2024-06-04 20:05:36 +0200
commit68eb34b8acb65e6d714673853bcb0b74c9a34168 (patch)
tree1a8e76f4fefcb62be7d98dc3b662eead61a86eb1
parent389a18b8e4874e8f9d5daed95cded4fc3cb889be (diff)
parent7e16cbb07d670d9db9d01126e388cfb63e709601 (diff)
Merge pull request #3950 from nextcloud/renovate/actions-checkout-3.x
chore(deps): bump actions/checkout action from v3.5.2 to v3.6.0
-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 ec95ccbb..ca9d31e3 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0
token: ${{ secrets.COMMAND_BOT_PAT }}