Skip to content

Commit d1ac381

Browse files
author
Alessandro Barbagallo
authored
Merge pull request #26 from labrynx/dependabot/github_actions/development/actions/github-script-7
Bump actions/github-script from 6 to 7
2 parents 0d346cd + 6003d46 commit d1ac381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check, comment, and close PR if source is not development
16-
uses: actions/github-script@v6
16+
uses: actions/github-script@v7
1717
with:
1818
script: |
1919
const pr = context.payload.pull_request;

0 commit comments

Comments
 (0)