File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6363 # `<actions>/<name>--sha`.
6464 - name : tag major and minor versions
6565 if : steps.release.outputs.releases_created == 'true'
66- uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
66+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0 .0
6767 env :
6868 RELEASES : ${{ toJSON(steps.release.outputs) }}
6969 with :
Original file line number Diff line number Diff line change 8989
9090 - name : Generate stats report and comment on PR
9191 if : ${{ github.event_name == 'pull_request' && steps.main-stats-info.outputs.run-id != '' }}
92- uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
92+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0 .0
9393 with :
9494 script : |
9595 const script = require('${{ github.action_path }}/index.js')
You can’t perform that action at this time.
0 commit comments