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 c00aed7 + b470d1f commit 6b31693Copy full SHA for 6b31693
.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@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6
+ uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # 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