File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : 1/5 | Checkout repo
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515 with :
1616 # Disabling shallow clone is recommended for improving relevancy of reporting
1717 fetch-depth : 0
2424 - name : 4/5 | Run unit tests suite
2525 run : npm run test:ci
2626 - name : 5/5 | Run Codecov Uploader
27- uses : codecov/codecov-action@v6
27+ uses : codecov/codecov-action@v7
2828 with :
2929 token : ${{ secrets.CODECOV_TOKEN }}
3030 slug : NicolasOmar/react-key-generator
Original file line number Diff line number Diff line change 1717 id-token : write # to enable use of OIDC for trusted publishing and npm provenance
1818 steps :
1919 - name : 1/4 | Checkout repo
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 - name : 2/4 | Setup Node environment
2222 uses : actions/setup-node@v6
2323 with :
You can’t perform that action at this time.
0 commit comments