Skip to content

Commit 905709a

Browse files
renovate[bot]rclement
authored andcommitted
Update actions/github-script action to v7
1 parent e83c128 commit 905709a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
VERCEL_ALIAS=${GITHUB_EVENT_REF_SLUG_URL}-${BASE_URL_PREVIEW}
2424
vercel alias --token $VERCEL_TOKEN rm $VERCEL_ALIAS -y
2525
- name: Delete GitHub environment
26-
uses: actions/github-script@v6
26+
uses: actions/github-script@v7
2727
with:
2828
github-token: ${{ secrets.GH_PERSONAL_TOKEN }}
2929
script: |

0 commit comments

Comments
 (0)