Skip to content

Commit

Permalink
Merge pull request #774 from alphagov/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
brucebolt authored Jan 11, 2024
2 parents c4352e9 + 0987515 commit 52d3671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-pr-template-to-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Post PR template as a comment
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const fs = require('fs')
Expand Down

0 comments on commit 52d3671

Please sign in to comment.