Skip to content

Commit bc3004d

Browse files
Bump actions/checkout from 6 to 7 in the dependencies group (#148)
Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 6044b84 commit bc3004d

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
@@ -32,11 +32,11 @@ jobs:
3232
container: swift:noble
3333
steps:
3434
- name: Check out LeafKit
35-
uses: actions/checkout@v6
35+
uses: actions/checkout@v7
3636
with:
3737
path: leaf-kit
3838
- name: Check out Leaf provider
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040
with:
4141
repository: vapor/leaf
4242
path: leaf

0 commit comments

Comments
 (0)