Skip to content

Commit

Permalink
[ci] force update of pulumi cli to > 3.95.0 (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaller authored Dec 6, 2023
1 parent 53327e3 commit 61caf31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-templates-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
LINODE_TOKEN: ${{ secrets.LINODE_TOKEN }}
SKIPPED_TESTS: "alicloud,digitalocean,kubernetes,openstack,equinix-metal,civo,aiven,auth0,github,oci,java-jbang,java-gradle,azuredevops,vm-azure-yaml"
PULUMI_API: https://api.pulumi-staging.io
MIN_PULUMI_VERSION: "3.95.0"
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
Expand Down Expand Up @@ -77,7 +78,7 @@ jobs:
- name: Install Pulumi CLI
uses: pulumi/actions@v4
with:
pulumi-version: ${{ env.PULUMI_VERSION != '' && format('v{0}', env.PULUMI_VERSION) || null }}
pulumi-version: ${{ env.MIN_PULUMI_VERSION != '' && format('^v{0}', env.MIN_PULUMI_VERSION) || null }}
- run: pulumi version
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 61caf31

Please sign in to comment.