From 2545dd3089a2d2048c6ce549a0b1ceed36ee5ebf Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Thu, 18 Apr 2024 22:03:49 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#33) This PR was automatically generated by the update-native-provider-workflows workflow in the pulumi/ci-mgmt repo, from commit 0f215352010902e51d20ed66185ecb6f5a403245. --- .github/workflows/build.yml | 7 +++++++ .github/workflows/prerelease.yml | 6 ++++++ .github/workflows/release.yml | 6 ++++++ .github/workflows/run-acceptance-tests.yml | 4 ++++ .github/workflows/weekly-pulumi-update.yml | 1 + 5 files changed, 24 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37f7272..1b0bd80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,6 +75,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -172,6 +173,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -267,6 +269,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -379,6 +382,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Clear GitHub Actions Ubuntu runner disk space uses: jlumbroso/free-disk-space@v1.3.1 with: @@ -439,6 +443,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -517,6 +522,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -562,6 +568,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: golangci-lint provider pkg uses: golangci/golangci-lint-action@v4 with: diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 105f876..b18e1a4 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -67,6 +67,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -164,6 +165,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -258,6 +260,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -370,6 +373,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Clear GitHub Actions Ubuntu runner disk space uses: jlumbroso/free-disk-space@v1.3.1 with: @@ -430,6 +434,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -508,6 +513,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e389859..9641076 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -164,6 +165,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -258,6 +260,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -370,6 +373,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Clear GitHub Actions Ubuntu runner disk space uses: jlumbroso/free-disk-space@v1.3.1 with: @@ -430,6 +434,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -508,6 +513,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index 17f3a69..e129a7e 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -92,6 +92,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -192,6 +193,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -290,6 +292,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: @@ -412,6 +415,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: golangci-lint provider pkg uses: golangci/golangci-lint-action@v4 with: diff --git a/.github/workflows/weekly-pulumi-update.yml b/.github/workflows/weekly-pulumi-update.yml index 6ed904a..a2b1d07 100644 --- a/.github/workflows/weekly-pulumi-update.yml +++ b/.github/workflows/weekly-pulumi-update.yml @@ -60,6 +60,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} + cache-dependency-path: "**/*.sum" - name: Install pulumictl uses: jaxxstorm/action-install-gh-release@v1.11.0 with: