summaryrefslogtreecommitdiffstats
path: root/.github/workflows/command-rebase.yml
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-06-04 20:15:56 +0200
committerGitHub <noreply@github.com>2024-06-04 20:15:56 +0200
commit2ffd943a7fe199e96b56b0679f37143e3914a840 (patch)
tree44e0081f3d1385bb466d8b6fc9bf2dd5cee930fb /.github/workflows/command-rebase.yml
parent68eb34b8acb65e6d714673853bcb0b74c9a34168 (diff)
parent6e39314f002b4b57f1eed95d963e01d1e90d8a66 (diff)
Merge pull request #3951 from nextcloud/renovate/actions-checkout-4.x
chore(deps): bump actions/checkout action
Diffstat (limited to '.github/workflows/command-rebase.yml')
-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 ca9d31e3..53a9fb9b 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
token: ${{ secrets.COMMAND_BOT_PAT }}