Skip to content

Commit 451e2e0

Browse files
build: bump the actions group with 2 updates (#195)
1 parent 82d0f15 commit 451e2e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: "3.13"
3333

3434
- name: Setup uv
35-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
35+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
3636

3737
- name: Install dependencies
3838
run: uv sync --dev

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424

2525
- name: Setup uv
26-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
26+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2727

2828
- name: Install dependencies
2929
run: uv sync --dev
@@ -33,7 +33,7 @@ jobs:
3333
uv run coverage run --source=tests,cpp_linter_hooks -m pytest -vv
3434
uv run coverage report
3535
uv run coverage xml
36-
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad #v5
36+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 #v5
3737
if: matrix.python-version == '3.13'
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)