Skip to content

Commit

Permalink
chore(deps): update dependency actions/github-script to version 7.x 🌟 (…
Browse files Browse the repository at this point in the history
…#1486)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent d511788 commit d891411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-develop-into-flake-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: git push origin ${{ steps.gen-names.outputs.branch_name }}
if: ${{ steps.check-conflict.outputs.merge_conflict }}
- name: Create Pull Request
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const pull = await github.pulls.create({
Expand Down

0 comments on commit d891411

Please sign in to comment.