Merge pull request #7177 from nextcloud/dependabot/github_actions/dot-github/workflows/actions/checkout-6.0.0

build(deps): bump actions/checkout from 5.0.1 to 6.0.0 in /.github/workflows
This commit is contained in:
Simon L.
2025-11-24 14:36:29 +01:00
committed by GitHub
22 changed files with 22 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ jobs:
name: Run nextcloud-update script
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.0
- name: Run nextcloud-update script
run: |
# Inspired by https://github.com/nextcloud/docker/blob/master/update.sh