Merge pull request #1160 from kyegomez/dependabot/github_actions/actions/github-script-8

Bump actions/github-script from 7 to 8
pull/1166/head
Kye Gomez 1 week ago committed by GitHub
commit 769c22fa8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -78,7 +78,7 @@ jobs:
- name: Comment on PR with test results - name: Comment on PR with test results
if: github.event_name == 'pull_request' && always() if: github.event_name == 'pull_request' && always()
uses: actions/github-script@v7 uses: actions/github-script@v8
with: with:
script: | script: |
const fs = require('fs'); const fs = require('fs');

Loading…
Cancel
Save