File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131
3232 - name : Set Node.js
3333 uses : actions/setup-node@v4.4.0
Original file line number Diff line number Diff line change 1818 build : # make sure build/ci work properly
1919 runs-on : ubuntu-22.04
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - run : |
2323 npm install
2424 - run : |
@@ -27,14 +27,14 @@ jobs:
2727 runs-on : ubuntu-22.04
2828 if : ${{ github.event_name == 'pull_request' || github.event_name == 'pull_request_target' }}
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - uses : ./
3232 with :
3333 current-stats-json-path : ./__tests__/__mocks__/new-stats-with-chunks.json
3434 base-stats-json-path : ./__tests__/__mocks__/old-stats-with-chunks.json
3535 github-token : ${{ secrets.GITHUB_TOKEN }}
3636 title : With chunk and module information
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - uses : ./
3939 with :
4040 current-stats-json-path : ./__tests__/__mocks__/new-stats-assets.json
You can’t perform that action at this time.
0 commit comments