Merge pull request #6734 from nextcloud/dependabot/github_actions/dot-github/workflows/actions/checkout-5
Some checks are pending
Codespell / Check spelling (push) Waiting to run

build(deps): bump actions/checkout from 4 to 5 in /.github/workflows
This commit is contained in:
Simon L. 2025-09-10 15:20:20 +02:00 committed by GitHub
commit 0d16e8184a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 20 additions and 20 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with: