Skip to content

Commit

Permalink
fix: bump actions/github-script from 3 to 7 in /public/read-file (#112)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 27, 2024
1 parent 51a38e7 commit cd4a487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/read-file/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
steps:
- name: Read File
id: read-file
uses: actions/github-script@v3
uses: actions/github-script@v7
env:
INPUT_PATH: ${{ inputs.path }}
with:
Expand Down

0 comments on commit cd4a487

Please sign in to comment.