Skip to content

Commit d2ece6f

Browse files
Bump actions/checkout from 5 to 6 in the dependencies group
Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 31be548 commit d2ece6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
container: swift:noble
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
with: { path: console-kit }
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with: { repository: 'vapor/vapor', path: vapor }
2727
- run: swift package --package-path vapor edit console-kit --path console-kit
2828
- run: swift test --package-path vapor

0 commit comments

Comments
 (0)