Skip to content

Commit 047a51e

Browse files
Update actions/github-script action to v6.4.0 (#157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2632882 commit 047a51e

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
@@ -29,7 +29,7 @@ jobs:
2929
- run: npm ci
3030
- name: Get inputs markdown
3131
id: get_inputs_markdown
32-
uses: actions/github-script@v6.3.3
32+
uses: actions/github-script@v6.4.0
3333
env:
3434
HEAD_REF: ${{github.event.pull_request.head.ref || github.head_ref}}
3535
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.3.3
11+
- uses: actions/github-script@v6.4.0
1212
with:
1313
github-token: ${{inputs.github-token}}
1414
script: |

0 commit comments

Comments
 (0)