diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-21 23:07:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 23:07:47 +0200 |
commit | d2e7708b48ed59388c01ab235e8323ed8601b095 (patch) | |
tree | 9fc7d37b9dd28615d3052befac5369bf63b5d3b7 /.github/workflows/command-pull-3rdparty.yml | |
parent | 114ee4c3a3a866371fb897fe21c5afb02066e2fe (diff) | |
parent | 7e2bcef41ca67fcb216d231239fb06dba4d6a668 (diff) | |
download | nextcloud-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.yml | 2 |
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 }} |