Skip to content

Commit

Permalink
Merge 8709579 into a0e0a1c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
2 parents a0e0a1c + 8709579 commit 965b8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
echo "Merging release ${{ steps.get-version.outputs.RELEASE_VERSION }}"
- name: Merge to main
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
node-version: 22.10.0
- name: Merge main into release
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 965b8c2

Please sign in to comment.