-
Notifications
You must be signed in to change notification settings - Fork 17
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: update internal pulumi dependencies #1853
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1853 +/- ##
==========================================
- Coverage 49.97% 49.27% -0.70%
==========================================
Files 44 46 +2
Lines 6702 6796 +94
==========================================
Hits 3349 3349
- Misses 3110 3204 +94
Partials 243 243 ☔ View full report in Codecov by Sentry. |
provider/go.mod
Outdated
require ( | ||
github.com/pulumi/pulumi/pkg/v3 v3.134.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.134.0 | ||
) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7c9f408
to
2306e12
Compare
@@ -52,7 +52,7 @@ jobs: | |||
lfs: true | |||
- id: version | |||
name: Set Provider Version | |||
uses: pulumi/provider-version-action@v1 | |||
uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this going to churn with ci-mgmt updates?
This change is based on a Renovate-prepared PR (#1852) and a small manual fix added on top.