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 2d66a99 commit c801a9cCopy full SHA for c801a9c
action.yaml
@@ -59,11 +59,12 @@ runs:
59
# we just cache the venv-dir directly in action-setup-venv
60
enable-cache: false
61
62
- - uses: getsentry/action-setup-venv@0958463ee0e02b9e8aa8f8e031afae1f84b80881 # v3.0.0
+ - uses: getsentry/action-setup-venv@6e8aebf461914919d9de6e3082669d6bfecc400c # v3.1.0
63
with:
64
python-version: "3.12"
65
cache-dependency-path: uv.lock
66
install-cmd: uv sync --frozen --active
67
+ working-directory: ${{ github.action_path }}
68
69
- name: Setup dev environment
70
shell: bash
0 commit comments