We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b10050 commit daeb8d8Copy full SHA for daeb8d8
actions/release-version/action.yml
@@ -21,7 +21,7 @@ runs:
21
steps:
22
- name: Determine Release Version
23
id: version
24
- uses: actions/github-script@v6.4.1
+ uses: actions/github-script@v7.0.1
25
with:
26
result-encoding: string
27
script: |
0 commit comments