Skip to content

Commit 0b46d75

Browse files
authored
Merge pull request #19 from FunctionCalling/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 95d993b + 9048878 commit 0b46d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: macos-15
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Install swiftlint
1717
run: |
1818
brew update

0 commit comments

Comments
 (0)