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 6
6
auto-assign :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : pozil/auto-assign-issue@v1.13 .0
9
+ - uses : pozil/auto-assign-issue@v2.2 .0
10
10
if : github.actor != 'dependabot[bot]'
11
11
with :
12
12
repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 52
52
GH_TOKEN : ${{ secrets.RELEASE_TOKEN }}
53
53
SKIP_PREFLIGHT_CHECK : true
54
54
steps :
55
- - uses : actions/checkout@v4.1.1
55
+ - uses : actions/checkout@v4.2.2
56
56
with :
57
57
ref : ${{ inputs.sha }}
58
58
token : ${{ secrets.RELEASE_TOKEN }}
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v4.2.2
15
15
with :
16
16
# [Required] Access token with `workflow` scope.
17
17
token : ${{ secrets.RELEASE_TOKEN }}
Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ jobs:
32
32
NPM_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
33
33
GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
34
34
steps :
35
- - uses : actions/checkout@v4.1.1
35
+ - uses : actions/checkout@v4.2.2
36
36
37
37
- name : Install compatible Nodejs version
38
38
id : setup-node
39
39
uses : ./.github/actions/setup-node
40
40
41
41
- name : Install Deps
42
42
run : npm install
43
- - uses : xt0rted/markdownlint-problem-matcher@v2
43
+ - uses : xt0rted/markdownlint-problem-matcher@v3.0.0
44
44
- run : npm run lint:markdown
45
45
continue-on-error : true
46
46
- name : eslint
47
- uses : reviewdog/action-eslint@v1.20.0
47
+ uses : reviewdog/action-eslint@v1.33.2
48
48
with :
49
49
reporter : github-pr-review # Change reporter.
50
50
eslint_flags : src/
Original file line number Diff line number Diff line change 31
31
env :
32
32
SKIP_PREFLIGHT_CHECK : true
33
33
steps :
34
- - uses : actions/checkout@v4.1.1
34
+ - uses : actions/checkout@v4.2.2
35
35
with :
36
36
ref : ${{ github.head_ref || github.ref }}
37
37
51
51
- name : ' Report Coverage'
52
52
if : always()
53
53
continue-on-error : true
54
- uses : davelosert/vitest-coverage-report-action@v2
54
+ uses : davelosert/vitest-coverage-report-action@v2.8.3
55
55
with :
56
56
json-summary-path : ' ./out/coverage-summary.json'
57
57
json-final-path : ./out/coverage-final.json
You can’t perform that action at this time.
0 commit comments