Skip to content

Commit fd8c23b

Browse files
Upgrade pull request action
Fixes deprecation notice about `set-output` command.
1 parent 48b66f2 commit fd8c23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-sdk-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Create PR
8989
id: create-pr
90-
uses: repo-sync/pull-request@v2.6.2
90+
uses: repo-sync/pull-request@v2.12.1
9191
with:
9292
destination_branch: master
9393
github_token: ${{ secrets.PULUMI_BOT_TOKEN }}

0 commit comments

Comments
 (0)