Skip to content

Commit da75632

Browse files
chore(deps): update actions/github-script action to v8
1 parent 30f5bba commit da75632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s-diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
node-version: 16
3737
- run: npm install json-diff
3838
- name: Comment diff on PR
39-
uses: actions/github-script@v6
39+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
4040
with:
4141
script: |
4242
const { diffString } = require("json-diff")

0 commit comments

Comments
 (0)