Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#4364)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-single-bridged-provider workflow in the pulumi/ci-mgmt
repo, from commit 97f52f15699d2929622ab37c252e20dcf9c57fb0.
  • Loading branch information
pulumi-bot authored Aug 13, 2024
1 parent a607c9f commit 22a01a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/upgrade-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
name: upgrade-provider
runs-on: ubuntu-latest
steps:
# Run as first step so we don't delete things that have just been installed
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
with:
tool-cache: false
swap-storage: false
- name: Call upgrade provider action
uses: pulumi/[email protected]
with:
Expand Down

0 comments on commit 22a01a6

Please sign in to comment.