Skip to content

Commit bfc926b

Browse files
[deps]: Update actions/github-script action to v9
1 parent 995ccbb commit bfc926b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ jobs:
515515
repositories: self-host
516516

517517
- name: Trigger Bitwarden lite build
518-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
518+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
519519
with:
520520
github-token: ${{ steps.app-token.outputs.token }}
521521
script: |
@@ -564,7 +564,7 @@ jobs:
564564
repositories: devops
565565

566566
- name: Trigger K8s deploy
567-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
567+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
568568
with:
569569
github-token: ${{ steps.app-token.outputs.token }}
570570
script: |

0 commit comments

Comments
 (0)