File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Project
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616 - name : Add problem matcher
1717 run : echo "::add-matcher::.github/problemMatchers/eslint.json"
1818 - name : Use Node.js v24
3535 node : [20, 22, 24]
3636 steps :
3737 - name : Checkout Project
38- uses : actions/checkout@v6
38+ uses : actions/checkout@v7
3939 - name : Add problem matcher
4040 run : echo "::add-matcher::.github/problemMatchers/tsc.json"
4141 - name : Use Node.js ${{ matrix.node }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Project
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515 with :
1616 sparse-checkout : .github/labels.yml
1717 sparse-checkout-cone-mode : false
You can’t perform that action at this time.
0 commit comments