From 3f84fa3946fa96cdadc06fc6de21a599bc91b12d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 07:56:00 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 54abacb..1ebf8d4 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -26,7 +26,7 @@ jobs: node-version: '20' - name: Wait for CI checks to pass - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const { github, context } = require('@actions/github');