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 7792b6dff0147d02a326f397c9f9d9d00ae72178 to bdf81d3aa8781781141f8fb7f4e9a44520166cd0 #125

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@7792b6dff0147d02a326f397c9f9d9d00ae72178 # tag=actions-workflow-v0.0.3
uses: pulumiverse/infra/.github/workflows/provider-prerequisites.yaml@bdf81d3aa8781781141f8fb7f4e9a44520166cd0 # tag=actions-workflow-v0.0.3
with:
provider: unifi
goversion: "1.20.x"
build:
needs: prerequisites
uses: pulumiverse/infra/.github/workflows/provider-build-sdk.yaml@7792b6dff0147d02a326f397c9f9d9d00ae72178 # tag=actions-workflow-v0.0.3
uses: pulumiverse/infra/.github/workflows/provider-build-sdk.yaml@bdf81d3aa8781781141f8fb7f4e9a44520166cd0 # tag=actions-workflow-v0.0.3
with:
provider: unifi
goversion: "1.20.x"
Expand Down
Loading