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-compile.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-compile.yml')
-rw-r--r-- | .github/workflows/command-compile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml index 9c429f08581..4e445469ce4 100644 --- a/.github/workflows/command-compile.yml +++ b/.github/workflows/command-compile.yml @@ -60,7 +60,7 @@ jobs: key: git-repo - name: Checkout ${{ needs.init.outputs.head_ref }} - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.6.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.6.0 with: token: ${{ secrets.COMMAND_BOT_PAT }} fetch-depth: 0 |