From f9bca59df4e268a073d197bca3aa234f124f147b Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Thu, 18 Apr 2024 22:04:59 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#42) 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 1818e72..7da4c50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,6 +66,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: @@ -163,6 +164,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: @@ -349,6 +352,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: @@ -409,6 +413,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: @@ -487,6 +492,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: @@ -532,6 +538,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 125874c..c226f9f 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -58,6 +58,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: @@ -155,6 +156,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: @@ -249,6 +251,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: @@ -340,6 +343,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: @@ -400,6 +404,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: @@ -478,6 +483,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 366ce96..9e29d9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,6 +58,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: @@ -155,6 +156,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: @@ -249,6 +251,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: @@ -340,6 +343,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: @@ -400,6 +404,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: @@ -478,6 +483,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 807dc04..b656f41 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -83,6 +83,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: @@ -183,6 +184,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: @@ -281,6 +283,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: @@ -382,6 +385,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 301b59a..c6e3dd0 100644 --- a/.github/workflows/weekly-pulumi-update.yml +++ b/.github/workflows/weekly-pulumi-update.yml @@ -51,6 +51,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: