Skip to content

Commit 90d97aa

Browse files
authored
Merge pull request #715 from GitCredentialManager/dependabot/github_actions/actions/github-script-6
build(deps): bump actions/github-script from 4 to 6
2 parents 60b11d7 + 86a1ad5 commit 90d97aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ jobs:
478478
Compress-Archive -Path win-sign/signed-payload/* win-x86-payload-and-symbols/gcm-win-x86-$env:GitBuildVersionSimple.zip
479479
Compress-Archive -Path win-sign/src/windows/Installer.Windows/symbols/* win-x86-payload-and-symbols/gcm-win-x86-$env:GitBuildVersionSimple-symbols.zip
480480
481-
- uses: actions/github-script@v4
481+
- uses: actions/github-script@v6
482482
with:
483483
script: |
484484
const fs = require('fs');

0 commit comments

Comments
 (0)