Skip to content

Commit 127fba3

Browse files
authored
Merge pull request #9272 from nextcloud/dependabot/github_actions/actions/checkout-6
chore(deps): Bump actions/checkout from 4 to 6
2 parents 6e69606 + b5106b8 commit 127fba3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nextcloudfileproviderkit.yml

Lines changed: 3 additions & 3 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323

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

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3636

37-
- uses: maxim-lobanov/setup-xcode@v1
37+
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
3838
with:
3939
xcode-version: latest-stable
4040

0 commit comments

Comments
 (0)