From 4152633e600c1c53ce58ba9f7885853990d54341 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 1 May 2024 05:24:30 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#485) 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 15ffcea2..59c9942b 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -39,13 +39,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: @@ -108,7 +101,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 b8b4871b..b1442e6e 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.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/release.yml b/.github/workflows/release.yml index b02f16ca..812bb9e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,13 +39,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: @@ -108,7 +101,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 84019e88..2acfab4a 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -49,13 +49,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: @@ -118,7 +111,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