We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f6fbe commit 7f625d6Copy full SHA for 7f625d6
2 files changed
.github/workflows/ci.yaml
@@ -29,7 +29,7 @@ jobs:
29
go-version: stable
30
# We use this to install `buf`, and the `buf` version is controlled by the Makefile.
31
cache-dependency-path: Makefile
32
- - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
+ - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
33
with:
34
python-version: ${{ matrix.python-version }}
35
- run: make install
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
VERSION=${{github.head_ref}}
21
echo "VERSION=${VERSION##*/}" >> $GITHUB_ENV
22
23
- name: Build release
24
25
uv build
0 commit comments