From 248d64724df6d4aaa3326ade65daf1e768dc6c7d Mon Sep 17 00:00:00 2001 From: Thomas Gummerer Date: Fri, 9 Feb 2024 19:33:53 +0100 Subject: [PATCH] fix titles for installing the pulumi CLI The titles currently mention "Latest" pulumi CLI, however that's easily confused as the latest stable release, even though we are installing the dev versions now. --- .github/workflows/cron.yml | 4 ++-- .github/workflows/performance_metrics_cron.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 69514a65..45640d30 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -1,4 +1,4 @@ -name: Run Template Tests Against Latest CLI +name: Run Template Tests Against Pulumi CLI on: schedule: - cron: '0 8 * * *' @@ -64,7 +64,7 @@ jobs: uses: actions/setup-go@v3 with: go-version: ${{ matrix.go-version }} - - name: Install Latest Pulumi CLI + - name: Install Pulumi CLI uses: pulumi/actions@v5 with: pulumi-version: ${{ matrix.pulumi-version }} diff --git a/.github/workflows/performance_metrics_cron.yml b/.github/workflows/performance_metrics_cron.yml index 0414888a..5c6436c2 100644 --- a/.github/workflows/performance_metrics_cron.yml +++ b/.github/workflows/performance_metrics_cron.yml @@ -96,7 +96,7 @@ jobs: uses: google-github-actions/setup-gcloud@v0 with: install_components: gke-gcloud-auth-plugin - - name: Install Latest Pulumi CLI + - name: Install Pulumi CLI uses: pulumi/actions@v5 with: pulumi-version: dev