Skip to content

Commit 6a9415f

Browse files
chore(deps): bump the actions group with 3 updates (#604)
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [codecov/codecov-action](https://github.com/codecov/codecov-action). 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) Updates `astral-sh/setup-uv` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v8.1.0...v8.2.0) Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action 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>
1 parent 597ce7c commit 6a9415f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
pre-commit:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020
- uses: actions/setup-python@v6
2121
with:
2222
python-version: "3.x"
23-
- uses: astral-sh/setup-uv@v8.1.0
23+
- uses: astral-sh/setup-uv@v8.2.0
2424
- uses: j178/prek-action@v2
2525
with:
2626
extra-args: --all-files --hook-stage manual
@@ -43,7 +43,7 @@ jobs:
4343
- {os: windows-latest, python-version: '3.13'}
4444

4545
steps:
46-
- uses: actions/checkout@v6
46+
- uses: actions/checkout@v7
4747
with:
4848
fetch-depth: 0
4949

@@ -53,7 +53,7 @@ jobs:
5353
python-version: ${{ matrix.python-version }}
5454
allow-prereleases: true
5555

56-
- uses: astral-sh/setup-uv@v8.1.0
56+
- uses: astral-sh/setup-uv@v8.2.0
5757

5858
- name: Install package
5959
run: uv pip install --system -e. --group=test pytest-github-actions-annotate-failures
@@ -62,7 +62,7 @@ jobs:
6262
run: python -m pytest ./tests --cov=src/decaylanguage --cov-report=xml
6363

6464
- name: Test coverage with Codecov
65-
uses: codecov/codecov-action@v6
65+
uses: codecov/codecov-action@v7
6666
env:
6767
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6868

@@ -74,15 +74,15 @@ jobs:
7474
runs-on: ubuntu-latest
7575

7676
steps:
77-
- uses: actions/checkout@v6
77+
- uses: actions/checkout@v7
7878
with:
7979
fetch-depth: 0
8080

8181
- uses: actions/setup-python@v6
8282
with:
8383
python-version: "3.x"
8484

85-
- uses: astral-sh/setup-uv@v8.1.0
85+
- uses: astral-sh/setup-uv@v8.2.0
8686

8787
- name: Install dot
8888
run: sudo apt-get install graphviz

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
dist:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)