Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe authored Feb 14, 2024
1 parent d83c72e commit 6397366
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion native-provider-ci/src/action-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ export const uploadArtifact = "actions/upload-artifact@v4";
export const githubScript = "actions/github-script@v6";
export const upgradeProviderAction =
"pulumi/[email protected]";
export const publishProviderSDKs = "pulumi/[email protected]";
export const slackNotification = "rtCamp/action-slack-notify@v2";
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ actionVersions:
upgradeProviderAction: pulumi/[email protected]
slackNotification: rtCamp/action-slack-notify@v2
publish:
publisherAction: pulumi/[email protected].13
publisherAction: pulumi/[email protected].14
sdk: all
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].13
uses: pulumi/[email protected].14
with:
sdk: all
- env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].13
uses: pulumi/[email protected].14
with:
sdk: all
- env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].13
uses: pulumi/[email protected].14
with:
sdk: all
- env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].13
uses: pulumi/[email protected].14
with:
sdk: all
- env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].13
uses: pulumi/[email protected].14
with:
sdk: all
- env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].13
uses: pulumi/[email protected].14
with:
sdk: all
- env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].13
uses: pulumi/[email protected].14
with:
sdk: all
- env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].13
uses: pulumi/[email protected].14
with:
sdk: all
- env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].13
uses: pulumi/[email protected].14
with:
sdk: all
- env:
Expand Down

0 comments on commit 6397366

Please sign in to comment.