Skip to content

Commit c801a9c

Browse files
authored
feat: bump action-setup-venv to use working-directory (#4098)
1 parent 2d66a99 commit c801a9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@ runs:
5959
# we just cache the venv-dir directly in action-setup-venv
6060
enable-cache: false
6161

62-
- uses: getsentry/action-setup-venv@0958463ee0e02b9e8aa8f8e031afae1f84b80881 # v3.0.0
62+
- uses: getsentry/action-setup-venv@6e8aebf461914919d9de6e3082669d6bfecc400c # v3.1.0
6363
with:
6464
python-version: "3.12"
6565
cache-dependency-path: uv.lock
6666
install-cmd: uv sync --frozen --active
67+
working-directory: ${{ github.action_path }}
6768

6869
- name: Setup dev environment
6970
shell: bash

0 commit comments

Comments
 (0)