Skip to content

Commit daeb8d8

Browse files
Update actions/github-script action to v7 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b10050 commit daeb8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/release-version/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- name: Determine Release Version
2323
id: version
24-
uses: actions/github-script@v6.4.1
24+
uses: actions/github-script@v7.0.1
2525
with:
2626
result-encoding: string
2727
script: |

0 commit comments

Comments
 (0)