Skip to content
Merged
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 pulumi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pulumi
version: "3.214.0"
version: "3.214.1"
epoch: 0
description: Infrastructure as Code in any programming language
copyright:
Expand Down Expand Up @@ -28,7 +28,7 @@ pipeline:
- uses: git-checkout
with:
destination: ${{package.name}}
expected-commit: 72adf65d22a4fb6adfe9c9824188b1cf8eb19d08
expected-commit: 3186ab67b16ec125051c6eeb96817ae96a7111e8
repository: https://github.com/pulumi/pulumi.git
tag: v${{package.version}}

Expand Down
Loading