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 328c521 commit 8df7977Copy full SHA for 8df7977
.github/workflows/build-tag-release.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Install uv
54
if: ${{ steps.changed.outcome == 'success' }}
55
- uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6
+ uses: astral-sh/setup-uv@a02a550bdd3185dba2ebb6aa98d77047ce54ad21 # v6
56
57
- name: Bump version in files
58
.github/workflows/pr-verify.yaml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23
24
25
26
27
- name: Run tests
28
run: |
0 commit comments