Skip to content

Commit c4bef2f

Browse files
chore(deps): update actions/github-script action to v8 (#183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b6cc8ca commit c4bef2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/azure-static-web-apps-delightful-cliff-0acdaf71e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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: |
@@ -64,7 +64,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)