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]