File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3131 - weather-helpers
3232 steps :
3333 - name : Checkout Project
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0
3737 - name : Use Node.js v20
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@v5
15+ uses : actions/checkout@v6
1616 - name : Add problem matchers
1717 run : echo "::add-matcher::.github/problemMatchers/eslint.json"
1818 - name : Use Node.js v20
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout Project
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 - name : Add problem matchers
3636 run : echo "::add-matcher::.github/problemMatchers/tsc.json"
3737 - name : Use Node.js v20
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Checkout Project
55- uses : actions/checkout@v5
55+ uses : actions/checkout@v6
5656 - name : Use Node.js v20
5757 uses : actions/setup-node@v6
5858 with :
7575 runs-on : ubuntu-latest
7676 steps :
7777 - name : Checkout Project
78- uses : actions/checkout@v5
78+ uses : actions/checkout@v6
7979 with :
8080 fetch-depth : 2
8181 - name : Download NodeJS Unit Test Coverage report
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@v5
14+ uses : actions/checkout@v6
1515 with :
1616 sparse-checkout : .github/labels.yml
1717 sparse-checkout-cone-mode : false
Original file line number Diff line number Diff line change 3333 contents : write
3434 steps :
3535 - name : Checkout Project
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 with :
3838 fetch-depth : 0
3939 ref : main
You can’t perform that action at this time.
0 commit comments