Skip to content

Commit 6e3de57

Browse files
authored
Update GitHub Actions workflows. (#459)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 8d27f1f4eb9d34f0b7ccf790b1d2e06b7fa92be6.
1 parent 9419ea9 commit 6e3de57

File tree

4 files changed

+4
-32
lines changed

4 files changed

+4
-32
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ jobs:
3939
- uses: pulumi/provider-version-action@v1
4040
with:
4141
set-env: 'PROVIDER_VERSION'
42-
- name: Checkout Scripts Repo
43-
uses: actions/checkout@v4
44-
with:
45-
path: ci-scripts
46-
repository: pulumi/scripts
47-
ref: deca2c5c6015ad7aaea6f572a1c2b198ca323592
48-
- run: echo "ci-scripts" >> .git/info/exclude # actions/checkout#197
4942
- name: Install Go
5043
uses: actions/setup-go@v5
5144
with:
@@ -108,7 +101,7 @@ jobs:
108101
- name: Build SDK
109102
run: make build_${{ matrix.language }}
110103
- name: Check worktree clean
111-
run: ./ci-scripts/ci/check-worktree-is-clean
104+
uses: pulumi/git-status-check-action@v1
112105
- name: Compress SDK folder
113106
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} .
114107
- name: Upload artifacts

.github/workflows/prerelease.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ jobs:
4040
- uses: pulumi/provider-version-action@v1
4141
with:
4242
set-env: 'PROVIDER_VERSION'
43-
- name: Checkout Scripts Repo
44-
uses: actions/checkout@v4
45-
with:
46-
path: ci-scripts
47-
repository: pulumi/scripts
48-
ref: deca2c5c6015ad7aaea6f572a1c2b198ca323592
49-
- run: echo "ci-scripts" >> .git/info/exclude # actions/checkout#197
5043
- name: Install Go
5144
uses: actions/setup-go@v5
5245
with:
@@ -109,7 +102,7 @@ jobs:
109102
- name: Build SDK
110103
run: make build_${{ matrix.language }}
111104
- name: Check worktree clean
112-
run: ./ci-scripts/ci/check-worktree-is-clean
105+
uses: pulumi/git-status-check-action@v1
113106
- name: Compress SDK folder
114107
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} .
115108
- name: Upload artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ jobs:
3939
- uses: pulumi/provider-version-action@v1
4040
with:
4141
set-env: 'PROVIDER_VERSION'
42-
- name: Checkout Scripts Repo
43-
uses: actions/checkout@v4
44-
with:
45-
path: ci-scripts
46-
repository: pulumi/scripts
47-
ref: deca2c5c6015ad7aaea6f572a1c2b198ca323592
48-
- run: echo "ci-scripts" >> .git/info/exclude # actions/checkout#197
4942
- name: Install Go
5043
uses: actions/setup-go@v5
5144
with:
@@ -108,7 +101,7 @@ jobs:
108101
- name: Build SDK
109102
run: make build_${{ matrix.language }}
110103
- name: Check worktree clean
111-
run: ./ci-scripts/ci/check-worktree-is-clean
104+
uses: pulumi/git-status-check-action@v1
112105
- name: Compress SDK folder
113106
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} .
114107
- name: Upload artifacts

.github/workflows/run-acceptance-tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ jobs:
4949
- uses: pulumi/provider-version-action@v1
5050
with:
5151
set-env: 'PROVIDER_VERSION'
52-
- name: Checkout Scripts Repo
53-
uses: actions/checkout@v4
54-
with:
55-
path: ci-scripts
56-
repository: pulumi/scripts
57-
ref: deca2c5c6015ad7aaea6f572a1c2b198ca323592
58-
- run: echo "ci-scripts" >> .git/info/exclude # actions/checkout#197
5952
- name: Install Go
6053
uses: actions/setup-go@v5
6154
with:
@@ -118,7 +111,7 @@ jobs:
118111
- name: Build SDK
119112
run: make build_${{ matrix.language }}
120113
- name: Check worktree clean
121-
run: ./ci-scripts/ci/check-worktree-is-clean
114+
uses: pulumi/git-status-check-action@v1
122115
- name: Compress SDK folder
123116
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} .
124117
- name: Upload artifacts

0 commit comments

Comments
 (0)