File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 cache : pnpm
2828 - run : pnpm install --frozen-lockfile
2929 - name : Get Id Token
30- uses : actions/github-script@v7
30+ uses : actions/github-script@v8
3131 id : idtoken
3232 with :
3333 script : |
6464
6565 - name : Create GitHub deployment for PR
6666 if : github.event_name == 'pull_request'
67- uses : actions/github-script@v7
67+ uses : actions/github-script@v8
6868 with :
6969 github-token : ${{ secrets.GITHUB_TOKEN }}
7070 script : |
@@ -124,7 +124,7 @@ jobs:
124124 cache : pnpm
125125 - run : pnpm install --frozen-lockfile
126126 - name : Get Id Token
127- uses : actions/github-script@v7
127+ uses : actions/github-script@v8
128128 id : idtoken
129129 with :
130130 script : |
@@ -140,7 +140,7 @@ jobs:
140140 action : " close"
141141
142142 - name : Deactivate GitHub deployment for PR
143- uses : actions/github-script@v7
143+ uses : actions/github-script@v8
144144 with :
145145 github-token : ${{ secrets.GITHUB_TOKEN }}
146146 script : |
You can’t perform that action at this time.
0 commit comments