Skip to content

Commit edcbd33

Browse files
authored
Merge pull request #276 from crytic/dependabot/github_actions/astral-sh/setup-uv-8.0.0
build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0
2 parents d01802f + 1cf75ca commit edcbd33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
with:
3131
persist-credentials: false
32-
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
32+
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
3333
with:
3434
python-version: ${{ matrix.python }}
3535
- name: Install QEMU and libc

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727

28-
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
28+
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2929

3030
- name: Install solc-select and test dependencies
3131
run: uv sync --extra dev

0 commit comments

Comments
 (0)