aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/command-pull-3rdparty.yml
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-10-21 23:07:47 +0200
committerGitHub <noreply@github.com>2023-10-21 23:07:47 +0200
commitd2e7708b48ed59388c01ab235e8323ed8601b095 (patch)
tree9fc7d37b9dd28615d3052befac5369bf63b5d3b7 /.github/workflows/command-pull-3rdparty.yml
parent114ee4c3a3a866371fb897fe21c5afb02066e2fe (diff)
parent7e2bcef41ca67fcb216d231239fb06dba4d6a668 (diff)
downloadnextcloud-server-d2e7708b48ed59388c01ab235e8323ed8601b095.tar.gz
nextcloud-server-d2e7708b48ed59388c01ab235e8323ed8601b095.zip
Merge pull request #41027 from nextcloud/dependabot/github_actions/actions/checkout-4.1.1
chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1
Diffstat (limited to '.github/workflows/command-pull-3rdparty.yml')
-rw-r--r--.github/workflows/command-pull-3rdparty.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/command-pull-3rdparty.yml b/.github/workflows/command-pull-3rdparty.yml
index 2f1569d98cb..264eb3f99a5 100644
--- a/.github/workflows/command-pull-3rdparty.yml
+++ b/.github/workflows/command-pull-3rdparty.yml
@@ -30,7 +30,7 @@ jobs:
id: comment-branch
- name: Checkout ${{ steps.comment-branch.outputs.head_ref }}
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: 0
token: ${{ secrets.COMMAND_BOT_PAT }}