diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-18 17:15:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 17:15:30 +0000 |
commit | 81fe4a9fe38f73f32629abc68f997902566e11aa (patch) | |
tree | a19392341484bc09de7635b6ea0d43b79f1bccc1 /.github/workflows/command-compile.yml | |
parent | cf7344082d5cbbf6aa4afcaf46c08a30685e68ce (diff) | |
download | nextcloud-server-81fe4a9fe38f73f32629abc68f997902566e11aa.tar.gz nextcloud-server-81fe4a9fe38f73f32629abc68f997902566e11aa.zip |
chore(deps): Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...3df4ab11eba7bda6032a0b82a6bb43b11571feac)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
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 09131179fef..37c28859b6f 100644 --- a/.github/workflows/command-compile.yml +++ b/.github/workflows/command-compile.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout ${{ needs.init.outputs.head_ref }} - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.5.2 with: token: ${{ secrets.COMMAND_BOT_PAT }} fetch-depth: 0 |