Spaces:
Running
Bump the actions group with 2 updates (#1)
Browse filesBumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).
Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)
Updates `astral-sh/setup-uv` from 5 to 7
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: astral-sh/setup-uv
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
@@ -16,10 +16,10 @@ jobs:
|
|
| 16 |
typecheck:
|
| 17 |
runs-on: ubuntu-latest
|
| 18 |
steps:
|
| 19 |
-
- uses: actions/checkout@
|
| 20 |
|
| 21 |
- name: Install uv
|
| 22 |
-
uses: astral-sh/setup-uv@
|
| 23 |
|
| 24 |
- name: Install Python
|
| 25 |
run: uv python install 3.12
|
|
@@ -34,7 +34,7 @@ jobs:
|
|
| 34 |
runs-on: ubuntu-latest
|
| 35 |
needs: typecheck
|
| 36 |
steps:
|
| 37 |
-
- uses: actions/checkout@
|
| 38 |
with:
|
| 39 |
fetch-depth: 0
|
| 40 |
|
|
|
|
| 16 |
typecheck:
|
| 17 |
runs-on: ubuntu-latest
|
| 18 |
steps:
|
| 19 |
+
- uses: actions/checkout@v6
|
| 20 |
|
| 21 |
- name: Install uv
|
| 22 |
+
uses: astral-sh/setup-uv@v7
|
| 23 |
|
| 24 |
- name: Install Python
|
| 25 |
run: uv python install 3.12
|
|
|
|
| 34 |
runs-on: ubuntu-latest
|
| 35 |
needs: typecheck
|
| 36 |
steps:
|
| 37 |
+
- uses: actions/checkout@v6
|
| 38 |
with:
|
| 39 |
fetch-depth: 0
|
| 40 |
|