Skip to content

Commit 4e07cb7

Browse files
committed
Fix builds
1 parent fadfeb5 commit 4e07cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
prerequisites:
99
permissions:
1010
pull-requests: write
11-
uses: pulumiverse/infra/.github/workflows/provider-prerequisites.yaml
11+
uses: pulumiverse/infra/.github/workflows/provider-prerequisites.yaml@latest
1212
with:
1313
provider: zitadel
1414
goversion: 1.21.x
1515
build:
1616
needs: prerequisites
17-
uses: pulumiverse/infra/.github/workflows/provider-build-sdk.yaml
17+
uses: pulumiverse/infra/.github/workflows/provider-build-sdk.yaml@latest
1818
with:
1919
provider: zitadel
2020
goversion: 1.21.x

0 commit comments

Comments
 (0)