Skip to content

Commit 31f4c40

Browse files
Update actions/github-script action to v6.4.1 (#359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc34ad0 commit 31f4c40

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/[email protected].0
32+
uses: actions/[email protected].1
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/[email protected].0
11+
- uses: actions/[email protected].1
1212
with:
1313
github-token: ${{inputs.github-token}}
1414
script: |

0 commit comments

Comments
 (0)