Skip to content

Commit b90c836

Browse files
committed
chore: bump
1 parent 59cacb7 commit b90c836

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust-cubestore-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
if: ${{ startsWith(matrix.os, 'windows') }}
214214
run: choco install -y --force llvm --version 18.1.6
215215
- name: Set Env Variables for Windows
216-
uses: allenevans/set-env@v3.0.0
216+
uses: allenevans/set-env@v4.0.0
217217
if: ${{ startsWith(matrix.os, 'windows') }}
218218
with:
219219
OPENSSL_DIR: 'C:/vcpkg/packages/openssl_x64-windows'

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
if: ${{ startsWith(matrix.os, 'windows') }}
153153
run: choco install -y --force llvm --version 18.1.6
154154
- name: Set Env Variables for Windows
155-
uses: allenevans/set-env@v3.0.0
155+
uses: allenevans/set-env@v4.0.0
156156
if: ${{ startsWith(matrix.os, 'windows') }}
157157
with:
158158
OPENSSL_DIR: 'C:/vcpkg/packages/openssl_x64-windows'

0 commit comments

Comments
 (0)