Skip to content

Commit

Permalink
github-actions(deps): bump actions/github-script from 5 to 6 (#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 8, 2022
1 parent 542fae8 commit 6f0f0da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compare-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: 'Download docs artifacts'
id: docs-artifacts
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
script: |
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
(diff -r docs-base docs-head && echo 'No differences!' || true) | tee ./result.diff
- name: Post comment with docs diff
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
script: |
var fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
path: dist/

- name: Upload dist files to release
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
script: |
const fs = require('fs')
Expand Down

0 comments on commit 6f0f0da

Please sign in to comment.