Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump pulumiverse/infra from 365de76f299cfda6722bc49feb7020a534fbf8db to fb48408ab363132a3bf50880bada658641ec0207 #21

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
prerequisites:
permissions:
pull-requests: write
uses: pulumiverse/infra/.github/workflows/provider-prerequisites.yaml@365de76f299cfda6722bc49feb7020a534fbf8db # tag=actions-workflow-v0.0.3
uses: pulumiverse/infra/.github/workflows/provider-prerequisites.yaml@fb48408ab363132a3bf50880bada658641ec0207 # tag=actions-workflow-v0.0.3
with:
provider: matchbox
goversion: "1.20.x"
build:
needs: prerequisites
uses: pulumiverse/infra/.github/workflows/provider-build-sdk.yaml@365de76f299cfda6722bc49feb7020a534fbf8db # tag=actions-workflow-v0.0.3
uses: pulumiverse/infra/.github/workflows/provider-build-sdk.yaml@fb48408ab363132a3bf50880bada658641ec0207 # tag=actions-workflow-v0.0.3
with:
provider: matchbox
goversion: "1.20.x"
Expand Down
Loading