From b60ac4fbbd453aae9daf1ac45ec6eec72b93491c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 14:14:48 +0000 Subject: [PATCH] Update actions/github-script action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a508bd9..4ebbbdef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: # extract the app name out of the tag's ref value - id: get-app-name - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const appName = context.ref.match(/refs\/tags\/([a-z\-]+)\/v\S+$/)[1]