We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31915db + 829c9a5 commit 761ab0eCopy full SHA for 761ab0e
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
os: ["ubuntu-latest", "macos-latest", "windows-2022"]
28
steps:
29
- uses: actions/checkout@v6
30
- - uses: astral-sh/setup-uv@v6
+ - uses: astral-sh/setup-uv@v7
31
with:
32
python-version: ${{ matrix.python }}
33
- name: Install solc-select and test dependencies
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
run: uv sync --extra dev
0 commit comments