Skip to content

Commit d430b30

Browse files
Update actions/github-script action to v7 (#866)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b6d3540 commit d430b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Get inputs markdown
3232
id: get_inputs_markdown
3333
if: github.event_name != 'pull_request' || github.event.action != 'closed'
34-
uses: actions/github-script@v6.4.1
34+
uses: actions/github-script@v7.0.0
3535
env:
3636
HEAD_REF: ${{github.event.pull_request.head.ref || github.head_ref}}
3737
with:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
runs:
99
using: "composite"
1010
steps:
11-
- uses: actions/github-script@v6.4.1
11+
- uses: actions/github-script@v7.0.0
1212
with:
1313
github-token: ${{inputs.github-token}}
1414
script: |

0 commit comments

Comments
 (0)