From 784fe8e9793cfbda322afcad6e138143794b6d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 23:05:12 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nextcloudfileproviderkit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextcloudfileproviderkit.yml b/.github/workflows/nextcloudfileproviderkit.yml index 0a0cebabae21f..44fb2184ca938 100644 --- a/.github/workflows/nextcloudfileproviderkit.yml +++ b/.github/workflows/nextcloudfileproviderkit.yml @@ -19,7 +19,7 @@ jobs: working-directory: shell_integration/MacOSX/NextcloudFileProviderKit steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: SwiftFormat run: swiftformat --lint . --reporter github-actions-log @@ -32,7 +32,7 @@ jobs: working-directory: shell_integration/MacOSX/NextcloudFileProviderKit steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: maxim-lobanov/setup-xcode@v1 with: