Skip to content

Commit 5f94092

Browse files
build(deps): Bump getsentry/action-setup-venv from 3.1.0 to 3.2.0 (#5503)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 324752e commit 5f94092

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# we just cache the venv-dir directly in action-setup-venv
8888
enable-cache: false
8989

90-
- uses: getsentry/action-setup-venv@6e8aebf461914919d9de6e3082669d6bfecc400c # v3.1.0
90+
- uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0
9191
with:
9292
cache-dependency-path: uv.lock
9393
install-cmd: uv sync --frozen --only-dev --active
@@ -127,7 +127,7 @@ jobs:
127127
# we just cache the venv-dir directly in action-setup-venv
128128
enable-cache: false
129129

130-
- uses: getsentry/action-setup-venv@6e8aebf461914919d9de6e3082669d6bfecc400c # v3.1.0
130+
- uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0
131131
with:
132132
cache-dependency-path: uv.lock
133133
install-cmd: uv sync --frozen --only-dev --active

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# we just cache the venv-dir directly in action-setup-venv
7070
enable-cache: false
7171

72-
- uses: getsentry/action-setup-venv@6e8aebf461914919d9de6e3082669d6bfecc400c # v3.1.0
72+
- uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0
7373
with:
7474
cache-dependency-path: uv.lock
7575
install-cmd: uv sync --frozen --only-dev --active
@@ -267,7 +267,7 @@ jobs:
267267
# we just cache the venv-dir directly in action-setup-venv
268268
enable-cache: false
269269

270-
- uses: getsentry/action-setup-venv@6e8aebf461914919d9de6e3082669d6bfecc400c # v3.1.0
270+
- uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0
271271
with:
272272
cache-dependency-path: uv.lock
273273
install-cmd: uv sync --frozen --active
@@ -807,7 +807,7 @@ jobs:
807807
# we just cache the venv-dir directly in action-setup-venv
808808
enable-cache: false
809809

810-
- uses: getsentry/action-setup-venv@6e8aebf461914919d9de6e3082669d6bfecc400c # v3.1.0
810+
- uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0
811811
with:
812812
cache-dependency-path: uv.lock
813813
install-cmd: uv sync --frozen --only-dev --active

0 commit comments

Comments
 (0)