Skip to content

Commit 9f4dc53

Browse files
dependabot[bot]mgallien
authored andcommitted
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](actions/checkout@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] <support@github.com>
1 parent 6e69606 commit 9f4dc53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nextcloudfileproviderkit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
working-directory: shell_integration/MacOSX/NextcloudFileProviderKit
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: SwiftFormat
2525
run: swiftformat --lint . --reporter github-actions-log
@@ -32,7 +32,7 @@ jobs:
3232
working-directory: shell_integration/MacOSX/NextcloudFileProviderKit
3333

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v6
3636

3737
- uses: maxim-lobanov/setup-xcode@v1
3838
with:

0 commit comments

Comments
 (0)