Skip to content

Commit e92fd47

Browse files
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] <[email protected]>
1 parent b97a3d9 commit e92fd47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)