File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
if : github.repository == 'nodejs/citgm'
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 .0.0
23
+ - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10 .0.0
24
24
with :
25
25
repo-token : ${{ secrets.GITHUB_TOKEN }}
26
26
days-before-close : 30
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
show-progress : false
20
20
21
21
- name : Use LTS Node.js
22
- uses : actions/setup-node@v4
22
+ uses : actions/setup-node@v5
23
23
with :
24
24
node-version : lts/*
25
25
38
38
test-command : npm run tap -- --coverage-report=lcov
39
39
post-test-steps : |
40
40
- name: Coverage Report
41
- uses: codecov/codecov-action@v3
41
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ jobs:
45
45
46
46
steps :
47
47
- name : Checkout code
48
- uses : actions/checkout@v4
48
+ uses : actions/checkout@v5
49
49
with :
50
50
repository : ${{ github.event.inputs.repository }}
51
51
ref : ${{ github.event.inputs.ref }}
52
52
show-progress : false
53
53
54
54
- name : Use Node.js ${{ matrix.node-version }}
55
- uses : actions/setup-node@v4
55
+ uses : actions/setup-node@v5
56
56
with :
57
57
node-version : ${{ matrix.node-version }}
58
58
You can’t perform that action at this time.
0 commit comments