We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c1152 commit a8f288fCopy full SHA for a8f288f
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v4
29
30
- name: Install Salesforce CLI from NPM
31
- run: npm install @salesforce/cli@2.47.6 --global
+ run: npm install @salesforce/cli@2.67.7 --global
32
33
- name: Write the dev hub token into a file
34
run: 'echo ${{secrets.SFDX_AUTH_URL}} > sfdx-auth-url'
0 commit comments