Skip to content

Commit

Permalink
Bump pulumi/actions from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [pulumi/actions](https://github.com/pulumi/actions) from 5 to 6.
- [Release notes](https://github.com/pulumi/actions/releases)
- [Changelog](https://github.com/pulumi/actions/blob/main/CHANGELOG.md)
- [Commits](pulumi/actions@v5...v6)

---
updated-dependencies:
- dependency-name: pulumi/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 0436646 commit 576432c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install Pulumi CLI
uses: pulumi/actions@v5
uses: pulumi/actions@v6
- name: Build Pulumi SDK
run: dotnet run build-sdk
- name: Workspace clean (are xml doc file updates committed?)
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
with:
go-version: 1.22.x
- name: Install Pulumi CLI
uses: pulumi/actions@v5
uses: pulumi/actions@v6
- name: Install netcoredbg (Linux)
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
dotnet-version: 8.0.x
dotnet-quality: ga
- name: Install Pulumi CLI
uses: pulumi/actions@v5
uses: pulumi/actions@v6
- name: Build Pulumi SDK
run: dotnet run build-sdk
- name: Test Pulumi SDK
Expand Down

0 comments on commit 576432c

Please sign in to comment.