diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 34fc171..debc770 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ jobs: needs: run steps: - name: Trigger Workflow - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: ${{ github.event_name == 'push' }} with: github-token: ${{ secrets.PAT }}