Skip to content

Commit

Permalink
Update dependent files via make renovate (#1496)
Browse files Browse the repository at this point in the history
Quick fix for #1495
  • Loading branch information
t0yv0 authored Jan 21, 2025
1 parent f1e2f3c commit be9e245
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/awsx-weekly-pulumi-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,15 @@ jobs:
- name: Install Pulumi CLI
if: steps.gomod.outputs.changes != 0
uses: pulumi/action-install-pulumi-cli@v2
- name: Build Provider
- name: Update dependent files
if: steps.gomod.outputs.changes != 0
run: |
make build
make lint
# Reusing the make renovate command here temporarily. This command will make sure that generated files are
# up-to-date with respect to dependency changes just made.
#
# In the future Renovate bot should be able to update pulumi dependencies by itself. Care should be taken that
# these are done as separate changes from regular dependencies as they are sensitive.
make renovate
- name: Commit changes
if: steps.gomod.outputs.changes != 0
run: |
Expand Down

0 comments on commit be9e245

Please sign in to comment.