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.
1 parent 3f85e9b commit d66d2a3Copy full SHA for d66d2a3
.github/workflows/check.yaml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- name: Install OS dependencies
30
run: sudo apt-get install graphviz -y
31
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
32
with:
33
fetch-depth: 0
34
- name: Install the latest version of uv
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
13
14
15
16
0 commit comments