From 8f4213c36b3255149ca6ffbd82eccce71d138496 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sun, 7 Jul 2024 16:04:28 +0200 Subject: [PATCH] update github script to v7 (#39) --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 1fa558a..84a70db 100644 --- a/action.yaml +++ b/action.yaml @@ -46,7 +46,7 @@ runs: run: | python $GITHUB_ACTION_PATH/parse_logs.py ${{ inputs.log-path }} - name: create the issue - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ github.token }} script: |