Skip to content

Commit d9016ea

Browse files
committed
Bump actions/checkout from 5 to 6 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ...
1 parent b9fdd1e commit d9016ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/gh-actions/spm-only-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: swift-actions/setup-swift@v3
1818
with:
1919
swift-version: ${{ matrix.swift }}
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Log Swift Version
2222
run: swift --version
2323
- name: Log Xcode Versions

0 commit comments

Comments
 (0)