Skip to content

Commit 87aa418

Browse files
Update first-party Pulumi dependencies
1 parent 07fc6e0 commit 87aa418

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/run-acceptance-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
go-version-file: 'go.mod'
9696
- name: Install Pulumi CLI
97-
uses: pulumi/actions@1e05f8defdf9b836a8390236cbf121f4c20c4fd8 # v6.4.0
97+
uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6.5.0
9898
with:
9999
pulumi-version-file: .pulumi.version
100100
- name: Run Tests (Agent)

.github/workflows/weekly-pulumi-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
repo: pulumi/pulumictl
3030
- name: Install Pulumi CLI
31-
uses: pulumi/actions@1e05f8defdf9b836a8390236cbf121f4c20c4fd8 # v6.4.0
31+
uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6.5.0
3232
with:
3333
pulumi-version-file: .pulumi.version
3434
- name: Preparing Git Branch

examples/custom-source/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pulumi/pulumi:3.183.0-nonroot@sha256:b015ec67b225c9b5a228d647aeb5056d23801a3e3c9df39a73125845e4c5fa18
1+
FROM pulumi/pulumi:3.185.0-nonroot@sha256:f4e1fb9a4f8fbe2fea42b7038640ed2d1457dd1483148681bc0ee6b89a0f1d62
22

33
# Clone the git repository
44
RUN git clone --depth 1 https://github.com/pulumi/examples.git /home/pulumi/examples

examples/pulumi-ts/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/pulumi-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@pulumi/kubernetes": "4.23.0",
10-
"@pulumi/pulumi": "3.183.0",
10+
"@pulumi/pulumi": "3.185.0",
1111
"@pulumi/pulumiservice": "0.29.3"
1212
}
1313
}

0 commit comments

Comments
 (0)