Skip to content

Commit 14acf88

Browse files
build(deps): bump actions/checkout from 4 to 7 (#2)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 388b91c commit 14acf88

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
@@ -14,7 +14,7 @@ jobs:
1414
run:
1515
working-directory: backend
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v7
1818
- uses: astral-sh/setup-uv@v7
1919
- uses: actions/setup-python@v7
2020
with:
@@ -31,7 +31,7 @@ jobs:
3131
run:
3232
working-directory: frontend
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v7
3535
- uses: actions/setup-node@v4
3636
with:
3737
node-version: "24"

0 commit comments

Comments
 (0)