Skip to content

Commit e0cb22d

Browse files
Bump actions/checkout from 6 to 7 in the gha-dependencies group (#228)
Bumps the gha-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: gha-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e3d759 commit e0cb22d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535

3636
- name: Check out app
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838

3939
- name: Setup uv
4040
uses: astral-sh/setup-uv@v7
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878

7979
- name: Check out app
80-
uses: actions/checkout@v6
80+
uses: actions/checkout@v7
8181

8282
- name: Set up Python
8383
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)