Skip to content

Commit 062386d

Browse files
Bump actions/checkout from 5 to 6 in the dependencies group (vapor#112)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c021231 commit 062386d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
container: swift:5.10-jammy
2525
steps:
2626
- name: Check out package
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
path: sqlite-kit
3030
- name: Check out FluentKit driver
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
repository: vapor/fluent-sqlite-driver
3434
path: fluent-sqlite-driver

0 commit comments

Comments
 (0)