File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66 auto-assign :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : pozil/auto-assign-issue@v1.13 .0
9+ - uses : pozil/auto-assign-issue@v2.0 .0
1010 if : github.actor != 'dependabot[bot]'
1111 with :
1212 repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5252 GH_TOKEN : ${{ secrets.RELEASE_TOKEN }}
5353 SKIP_PREFLIGHT_CHECK : true
5454 steps :
55- - uses : actions/checkout@v4.1.1
55+ - uses : actions/checkout@v4.1.7
5656 with :
5757 ref : ${{ inputs.sha }}
5858 token : ${{ secrets.RELEASE_TOKEN }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v4.1.7
1515 with :
1616 # [Required] Access token with `workflow` scope.
1717 token : ${{ secrets.RELEASE_TOKEN }}
Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ jobs:
3232 NPM_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
3333 GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
3434 steps :
35- - uses : actions/checkout@v4.1.1
35+ - uses : actions/checkout@v4.1.7
3636
3737 - name : Install compatible Nodejs version
3838 id : setup-node
3939 uses : ./.github/actions/setup-node
4040
4141 - name : Install Deps
4242 run : npm install
43- - uses : xt0rted/markdownlint-problem-matcher@v2
43+ - uses : xt0rted/markdownlint-problem-matcher@v3.0.0
4444 - run : npm run lint:markdown
4545 continue-on-error : true
4646 - name : eslint
47- uses : reviewdog/action-eslint@v1.20 .0
47+ uses : reviewdog/action-eslint@v1.31 .0
4848 with :
4949 reporter : github-pr-review # Change reporter.
5050 eslint_flags : src/
Original file line number Diff line number Diff line change 3131 env :
3232 SKIP_PREFLIGHT_CHECK : true
3333 steps :
34- - uses : actions/checkout@v4.1.1
34+ - uses : actions/checkout@v4.1.7
3535 with :
3636 ref : ${{ github.head_ref || github.ref }}
3737
5151 - name : ' Report Coverage'
5252 if : always()
5353 continue-on-error : true
54- uses : davelosert/vitest-coverage-report-action@v2
54+ uses : davelosert/vitest-coverage-report-action@v2.5.1
5555 with :
5656 json-summary-path : ' ./out/coverage-summary.json'
5757 json-final-path : ./out/coverage-final.json
You can’t perform that action at this time.
0 commit comments