Skip to content

Commit a3745a8

Browse files
Bump actions/github-script from 6 to 7 (#75)
1 parent 6516750 commit a3745a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_shared-docs-build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
steps:
229229
- name: Variable setup
230230
id: vars
231-
uses: actions/github-script@v6
231+
uses: actions/github-script@v7
232232
with:
233233
script: |
234234
const inputs = ${{ toJSON(inputs) }}

.github/workflows/_shared-docs-build-publish-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- name: Process variables
5252
id: vars
53-
uses: actions/github-script@v6
53+
uses: actions/github-script@v7
5454
with:
5555
script: |
5656
const inputs = ${{ toJSON(inputs) }}

.github/workflows/_shared-docs-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
steps:
159159
- name: Variable setup
160160
id: vars
161-
uses: actions/github-script@v6
161+
uses: actions/github-script@v7
162162
with:
163163
script: |
164164
const inputs = ${{ toJSON(inputs) }}

0 commit comments

Comments
 (0)