From f85184ed625da760ba0762db912c12251c7f6cf1 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 17 Mar 2026 14:20:46 -0700 Subject: [PATCH] upgrade github-script to version 7 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7f2ac124f..59bd2e1c0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -113,6 +113,6 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'failure' }} steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: script: core.setFailed('Checks failed, not deploying')