Skip to content

Commit 295e340

Browse files
chore(deps): update actions/github-script action to v9
1 parent 26a0952 commit 295e340

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
1515
steps:
1616
- name: Squash and merge
17-
uses: actions/github-script@v6
17+
uses: actions/github-script@v9
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
script: |

.github/workflows/optimize-and-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Squash and merge
3232
if: |
3333
contains(github.event.pull_request.body, 'Automerge**: Enabled')
34-
uses: actions/github-script@v6
34+
uses: actions/github-script@v9
3535
with:
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
3737
script: |

0 commit comments

Comments
 (0)