Skip to content

Commit b60ac4f

Browse files
renovate[bot]rhysyngsun
authored andcommitted
Update actions/github-script action to v7
1 parent dcc6212 commit b60ac4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
# extract the app name out of the tag's ref value
9393
- id: get-app-name
94-
uses: actions/github-script@v6
94+
uses: actions/github-script@v7
9595
with:
9696
script: |
9797
const appName = context.ref.match(/refs\/tags\/([a-z\-]+)\/v\S+$/)[1]

0 commit comments

Comments
 (0)