Skip to content

Commit 185d418

Browse files
authored
chore(ci): Bump Swatinem/rust-cache, allenevans/set-env (#7472)
1 parent 2ac24cf commit 185d418

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
run: cd packages/cubejs-backend-native && npm run native:build-release
135135
- name: Setup cross compilation
136136
if: (matrix.target == 'aarch64-unknown-linux-gnu')
137-
uses: allenevans/set-env@v2.0.0
137+
uses: allenevans/set-env@v3.0.0
138138
with:
139139
PYO3_CROSS_PYTHON_VERSION: ${{ matrix.python-version }}
140140
- name: Build native (with Python)
@@ -824,11 +824,11 @@ jobs:
824824
target: ${{ matrix.target }}
825825
override: true
826826
components: rustfmt
827-
- uses: Swatinem/rust-cache@v1
827+
- uses: Swatinem/rust-cache@v2
828828
with:
829-
working-directory: rust/cubestore
830-
key: cross-${{ runner.OS }}-${{ matrix.target }}
831-
sharedKey: cross-${{ runner.OS }}-${{ matrix.target }}
829+
workspaces: ./rust/cubestore -> target
830+
prefix-key: v0-rust-cubestore-cross
831+
key: target-${{ matrix.target }}
832832
- run: source .github/actions/${{ matrix.before_script }}.sh
833833
if: ${{ matrix.before_script }}
834834
shell: bash
@@ -841,7 +841,7 @@ jobs:
841841
if: ${{ startsWith(matrix.os, 'windows') }}
842842
run: choco install -y --force llvm --version 9.0.1
843843
- name: Set Env Variables for Windows
844-
uses: allenevans/set-env@v2.0.0
844+
uses: allenevans/set-env@v3.0.0
845845
if: ${{ startsWith(matrix.os, 'windows') }}
846846
with:
847847
OPENSSL_DIR: 'C:/vcpkg/packages/openssl_x64-windows'

.github/workflows/rust-cubesql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
run: yarn run native:build-debug
196196
- name: Setup cross compilation
197197
if: (matrix.target == 'aarch64-unknown-linux-gnu')
198-
uses: allenevans/set-env@v2.0.0
198+
uses: allenevans/set-env@v3.0.0
199199
with:
200200
PYO3_CROSS_PYTHON_VERSION: ${{ matrix.python-version }}
201201
- name: Build native (with Python)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
# env:
256256
# VCPKG_ROOT: 'C:\vcpkg'
257257
- name: Set Env Variables for Darwin
258-
uses: allenevans/set-env@v2.0.0
258+
uses: allenevans/set-env@v3.0.0
259259
if: ${{ matrix.target == 'x86_64-apple-darwin' }}
260260
with:
261261
OPENSSL_STATIC: "true"

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
if: ${{ startsWith(matrix.os, 'windows') }}
200200
run: choco install -y --force llvm --version 9.0.1
201201
- name: Set Env Variables for Windows
202-
uses: allenevans/set-env@v2.0.0
202+
uses: allenevans/set-env@v3.0.0
203203
if: ${{ startsWith(matrix.os, 'windows') }}
204204
with:
205205
OPENSSL_DIR: 'C:/vcpkg/packages/openssl_x64-windows'

0 commit comments

Comments
 (0)