Skip to content

Commit a474038

Browse files
chore(deps): update actions/github-script action to v9
1 parent c12d08c commit a474038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: nuget
3737
path: artifacts
3838
- run: dotnet nuget push .\artifacts\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
39-
- uses: actions/github-script@v8
39+
- uses: actions/github-script@v9
4040
with:
4141
script: |
4242
const script = require('./scripts/create-release.js')

0 commit comments

Comments
 (0)