diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 985b2e0..c41d9c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Run checks id: run_checks_step - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const isWorkflowRunEvent = ${{ github.event_name == 'workflow_run' }}