Skip to content

Commit 28718a4

Browse files
fix(deps): update minor/patch updates
1 parent c4c6725 commit 28718a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set PreRelease Version
4343
run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV
4444
- uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
45-
- uses: anchore/sbom-action/download-syft@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
45+
- uses: anchore/sbom-action/download-syft@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9
4646
- name: Run GoReleaser
4747
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
4848
with:
@@ -88,7 +88,7 @@ jobs:
8888
node-version: ${{matrix.nodeversion}}
8989
registry-url: ${{env.NPM_REGISTRY_URL}}
9090
- name: Setup DotNet
91-
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
91+
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
9292
with:
9393
dotnet-version: ${{matrix.dotnetverson}}
9494
- name: Setup Python

provider/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ toolchain go1.23.4
66

77
require (
88
github.com/pulumi/pulumi-terraform-bridge/pf v0.45.0
9-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.96.0
10-
github.com/pulumi/pulumi/sdk/v3 v3.142.0
9+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.98.0
10+
github.com/pulumi/pulumi/sdk/v3 v3.144.1
1111
github.com/vercel/terraform-provider-vercel/v2 v2.8.0
1212
golang.org/x/text v0.21.0
1313
)

0 commit comments

Comments
 (0)