Skip to content

Commit 97f4945

Browse files
Bump actions/github-script from 6 to 7 (#1091)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shane Krueger <shane@acdmail.com>
1 parent 043fbcf commit 97f4945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Publish Nuget packages to Nuget registry
5151
run: dotnet nuget push "out/*" -k ${{secrets.NUGET_AUTH_TOKEN}}
5252
- name: Upload Nuget packages as release artifacts
53-
uses: actions/github-script@v6
53+
uses: actions/github-script@v7
5454
with:
5555
github-token: ${{secrets.GITHUB_TOKEN}}
5656
script: |

0 commit comments

Comments
 (0)