Skip to content

Commit 95d3476

Browse files
Bump actions/github-script from 6 to 7 (#605)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26abe3e commit 95d3476

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
@@ -58,7 +58,7 @@ jobs:
5858
- name: Publish Nuget packages to Nuget registry
5959
run: dotnet nuget push "nupkg/*" -k ${{secrets.NUGET_API_KEY}}
6060
- name: Upload Nuget packages as release artifacts
61-
uses: actions/github-script@v6
61+
uses: actions/github-script@v7
6262
with:
6363
github-token: ${{secrets.GITHUB_TOKEN}}
6464
script: |

0 commit comments

Comments
 (0)