Skip to content

Commit

Permalink
Fixing up the missing GHA still referencing the old deprecated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Nov 23, 2020
1 parent 7ed76bd commit a5df557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
uses: pulumi/action-install-pulumi-cli@releases/v1
uses: pulumi/action-install-pulumi-cli@v1.0.1
- name: Setup Node
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
uses: pulumi/action-install-pulumi-cli@releases/v1
uses: pulumi/action-install-pulumi-cli@v1.0.1
- name: Setup Node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit a5df557

Please sign in to comment.