Skip to content

Commit

Permalink
Update actions/github-script action to v6.4.0 (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 26, 2023
1 parent 2632882 commit 047a51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: npm ci
- name: Get inputs markdown
id: get_inputs_markdown
uses: actions/github-script@v6.3.3
uses: actions/github-script@v6.4.0
env:
HEAD_REF: ${{github.event.pull_request.head.ref || github.head_ref}}
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/github-script@v6.3.3
- uses: actions/github-script@v6.4.0
with:
github-token: ${{inputs.github-token}}
script: |
Expand Down

0 comments on commit 047a51e

Please sign in to comment.