Skip to content

Commit

Permalink
Pin neonctl version to do a major update (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
duskpoet authored Feb 16, 2024
1 parent 5f867d5 commit 537d2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ outputs:
runs:
using: 'composite'
steps:
- uses: actions/setup-node@v3
- run: npm i -g neonctl@v1
- uses: actions/setup-node@v4
- run: npm i -g neonctl@1.26.2
shell: bash
- name: Create new Neon branch
env:
Expand Down

0 comments on commit 537d2f1

Please sign in to comment.