Skip to content

Commit 27bd60a

Browse files
authored
Merge pull request #1174 from alphagov/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents dd4bc92 + d6878e8 commit 27bd60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copy-pr-template-to-dependabot-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818

1919
- name: Post PR template as a comment
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v8
2121
with:
2222
script: |
2323
const fs = require('fs')

0 commit comments

Comments
 (0)