Skip to content

Commit b5a3938

Browse files
authored
Merge pull request #8794 from ilios/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents b2f0ef6 + a984a27 commit b5a3938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
needs: deploy
4444
steps:
45-
- uses: actions/github-script@v7
45+
- uses: actions/github-script@v8
4646
with:
4747
github-token: ${{secrets.GITHUB_TOKEN}}
4848
script: |

0 commit comments

Comments
 (0)