Skip to content

Commit ba70b25

Browse files
authored
Merge pull request #91 from UoMResearchIT/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents c2b7d82 + 9a9019d commit ba70b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apply-reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Fail marker
118118
if: needs.add-headers.outputs.made-change == 1
119-
uses: actions/github-script@v7
119+
uses: actions/github-script@v8
120120
with:
121121
script: |
122122
core.setFailed("Copyright updates at ${{ github.server_url }}/${{ github.repository }}/compare/${{ inputs.branch }}...${{ needs.add-headers.outputs.branch }}?expand=1, please review and merge.")

0 commit comments

Comments
 (0)