Skip to content

Commit ffdb772

Browse files
⬆️ - Update actions/github-script action to v8
1 parent 9bca8ac commit ffdb772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: ${{ github.repository_owner == 'ShuttlePub' }}
1313
steps:
1414
- name: Check PR title
15-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
15+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1616
with:
1717
script: |
1818
const owner = context.payload.pull_request.base.user.login;

0 commit comments

Comments
 (0)