Skip to content

Commit ebfaee4

Browse files
committed
fix docker release workflow
1 parent 2eded47 commit ebfaee4

5 files changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/polyhedron-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
sudo apt-get install -y clang netcat wget curl libssl-dev llvm libclang-dev libudev-dev make protobuf-compiler pkg-config libsnappy-dev librocksdb-dev rocksdb-tools
4545
echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV
4646
47-
- uses: pnpm/action-setup@v2
47+
- uses: pnpm/action-setup@v4
4848
with:
49-
version: 8
49+
version: 10
5050

5151
- name: Set up Node
5252
uses: actions/setup-node@v3

.github/workflows/tesseract-consensus-docker-publish-feature.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
with:
2929
toolchain: stable
3030

31-
- uses: pnpm/action-setup@v2
31+
- uses: pnpm/action-setup@v4
3232
with:
33-
version: 8
33+
version: 10
3434

3535
- name: Set up Node
3636
uses: actions/setup-node@v3

.github/workflows/tesseract-consensus-docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
with:
2929
toolchain: stable
3030

31-
- uses: pnpm/action-setup@v2
31+
- uses: pnpm/action-setup@v4
3232
with:
33-
version: 8
33+
version: 10
3434

3535
- name: Set up Node
3636
uses: actions/setup-node@v3

.github/workflows/tesseract-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
with:
3232
toolchain: stable
3333

34-
- uses: pnpm/action-setup@v2
34+
- uses: pnpm/action-setup@v4
3535
with:
36-
version: 8
36+
version: 10
3737

3838
- name: Set up Node
3939
uses: actions/setup-node@v3

.github/workflows/test-core.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ jobs:
4141
with:
4242
node-version: "18"
4343

44-
- name: Install pnpm
45-
uses: pnpm/action-setup@v2
44+
- uses: pnpm/action-setup@v4
4645
with:
47-
version: 8
46+
version: 10
4847
run_install: false
4948

5049
- name: Get pnpm store directory

0 commit comments

Comments
 (0)