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 2020 if : github.repository == 'nodejs/citgm'
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 .0.0
23+ - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10 .0.0
2424 with :
2525 repo-token : ${{ secrets.GITHUB_TOKEN }}
2626 days-before-close : 30
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 show-progress : false
2020
2121 - name : Use LTS Node.js
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v5
2323 with :
2424 node-version : lts/*
2525
3838 test-command : npm run tap -- --coverage-report=lcov
3939 post-test-steps : |
4040 - 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:
4545
4646 steps :
4747 - name : Checkout code
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949 with :
5050 repository : ${{ github.event.inputs.repository }}
5151 ref : ${{ github.event.inputs.ref }}
5252 show-progress : false
5353
5454 - name : Use Node.js ${{ matrix.node-version }}
55- uses : actions/setup-node@v4
55+ uses : actions/setup-node@v5
5656 with :
5757 node-version : ${{ matrix.node-version }}
5858
You can’t perform that action at this time.
0 commit comments