Skip to content

Commit d891411

Browse files
chore(deps): update dependency actions/github-script to version 7.x 🌟 (#1486)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d511788 commit d891411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/merge-develop-into-flake-demo.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: git push origin ${{ steps.gen-names.outputs.branch_name }}
4343
if: ${{ steps.check-conflict.outputs.merge_conflict }}
4444
- name: Create Pull Request
45-
uses: actions/github-script@v6
45+
uses: actions/github-script@v7
4646
with:
4747
script: |
4848
const pull = await github.pulls.create({

0 commit comments

Comments
 (0)