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@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
15+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1616 - name : Add problem matcher
1717 run : echo "::add-matcher::.github/problemMatchers/eslint.json"
1818 - name : Use Node.js v16
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout Project
33- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
33+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3434 - name : Add problem matcher
3535 run : echo "::add-matcher::.github/problemMatchers/tsc.json"
3636 - name : Use Node.js v16
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@v4
14+ uses : actions/checkout@v5
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