File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 main :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 with :
2727 fetch-depth : 0
2828 - name : Set up Ruby
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616
1717 - name : Set up Node.js
18- uses : actions/setup-node@v3
18+ uses : actions/setup-node@v4
1919 with :
2020 node-version : 16.13.2
2121 cache : npm
3838 echo "::set-output name=LINT_RESULT::$LINT"
3939
4040 - name : Add PR comment
41- uses : actions/github-script@v6
41+ uses : actions/github-script@v7
4242 with :
4343 github-token : ${{ secrets.GITHUB_TOKEN }}
4444 script : |
5858 }
5959
6060 - name : Throw error if linter fails
61- uses : actions/github-script@v6
61+ uses : actions/github-script@v7
6262 with :
6363 script : |
6464 const report = `${{ steps.run_docs_lint.outputs.LINT_RESULT }}`
You can’t perform that action at this time.
0 commit comments