Skip to content

Commit 9d7f6f1

Browse files
committed
chore: upgrade cpflow to v4
1 parent f54e53c commit 9d7f6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/deploy-to-control-plane/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ runs:
2525
- name: Install Control Plane CLI
2626
shell: bash
2727
run: |
28-
sudo npm install -g @controlplane/cli
28+
sudo npm install -g @controlplane/cli@3.1.0
2929
cpln --version
30-
gem install cpflow -v 3.0.1
30+
gem install cpflow -v 4.0.0
3131
3232
- name: Set Short SHA
3333
id: vars

0 commit comments

Comments
 (0)