From 18367b39b75e9b7d76b2563a1931566b5cfb1bb4 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 1 May 2024 04:46:17 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#368) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 8d27f1f4eb9d34f0b7ccf790b1d2e06b7fa92be6. --- .github/workflows/master.yml | 9 +-------- .github/workflows/prerelease.yml | 9 +-------- .github/workflows/release.yml | 9 +-------- .github/workflows/run-acceptance-tests.yml | 9 +-------- 4 files changed, 4 insertions(+), 32 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d7ff947c..cd63406c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -40,13 +40,6 @@ jobs: - uses: pulumi/provider-version-action@v1 with: set-env: 'PROVIDER_VERSION' - - name: Checkout Scripts Repo - uses: actions/checkout@v4 - with: - path: ci-scripts - repository: pulumi/scripts - ref: deca2c5c6015ad7aaea6f572a1c2b198ca323592 - - run: echo "ci-scripts" >> .git/info/exclude # actions/checkout#197 - name: Install Go uses: actions/setup-go@v5 with: @@ -109,7 +102,7 @@ jobs: - name: Build SDK run: make build_${{ matrix.language }} - name: Check worktree clean - run: ./ci-scripts/ci/check-worktree-is-clean + uses: pulumi/git-status-check-action@v1 - name: Compress SDK folder run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} . - name: Upload artifacts diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 3b881a55..098395d4 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -41,13 +41,6 @@ jobs: - uses: pulumi/provider-version-action@v1 with: set-env: 'PROVIDER_VERSION' - - name: Checkout Scripts Repo - uses: actions/checkout@v4 - with: - path: ci-scripts - repository: pulumi/scripts - ref: deca2c5c6015ad7aaea6f572a1c2b198ca323592 - - run: echo "ci-scripts" >> .git/info/exclude # actions/checkout#197 - name: Install Go uses: actions/setup-go@v5 with: @@ -110,7 +103,7 @@ jobs: - name: Build SDK run: make build_${{ matrix.language }} - name: Check worktree clean - run: ./ci-scripts/ci/check-worktree-is-clean + uses: pulumi/git-status-check-action@v1 - name: Compress SDK folder run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} . - name: Upload artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b457f72a..86b2c2e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,13 +40,6 @@ jobs: - uses: pulumi/provider-version-action@v1 with: set-env: 'PROVIDER_VERSION' - - name: Checkout Scripts Repo - uses: actions/checkout@v4 - with: - path: ci-scripts - repository: pulumi/scripts - ref: deca2c5c6015ad7aaea6f572a1c2b198ca323592 - - run: echo "ci-scripts" >> .git/info/exclude # actions/checkout#197 - name: Install Go uses: actions/setup-go@v5 with: @@ -109,7 +102,7 @@ jobs: - name: Build SDK run: make build_${{ matrix.language }} - name: Check worktree clean - run: ./ci-scripts/ci/check-worktree-is-clean + uses: pulumi/git-status-check-action@v1 - name: Compress SDK folder run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} . - name: Upload artifacts diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index 29d5b931..5cde1abf 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -50,13 +50,6 @@ jobs: - uses: pulumi/provider-version-action@v1 with: set-env: 'PROVIDER_VERSION' - - name: Checkout Scripts Repo - uses: actions/checkout@v4 - with: - path: ci-scripts - repository: pulumi/scripts - ref: deca2c5c6015ad7aaea6f572a1c2b198ca323592 - - run: echo "ci-scripts" >> .git/info/exclude # actions/checkout#197 - name: Install Go uses: actions/setup-go@v5 with: @@ -119,7 +112,7 @@ jobs: - name: Build SDK run: make build_${{ matrix.language }} - name: Check worktree clean - run: ./ci-scripts/ci/check-worktree-is-clean + uses: pulumi/git-status-check-action@v1 - name: Compress SDK folder run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} . - name: Upload artifacts