Skip to content

Commit 2bc40b1

Browse files
fix: bump actions/github-script from 7 to 8 in /public/read-file (#296)
1 parent f587c07 commit 2bc40b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/read-file/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
steps:
1515
- name: Read File
1616
id: read-file
17-
uses: actions/github-script@v7
17+
uses: actions/github-script@v8
1818
env:
1919
INPUT_PATH: ${{ inputs.path }}
2020
with:

0 commit comments

Comments
 (0)