Skip to content

Commit 8f4213c

Browse files
authored
update github script to v7 (#39)
1 parent 123161b commit 8f4213c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
run: |
4747
python $GITHUB_ACTION_PATH/parse_logs.py ${{ inputs.log-path }}
4848
- name: create the issue
49-
uses: actions/github-script@v6
49+
uses: actions/github-script@v7
5050
with:
5151
github-token: ${{ github.token }}
5252
script: |

0 commit comments

Comments
 (0)