File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Check out repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Determine label based on target branch
1717 id : determine-label
Original file line number Diff line number Diff line change 1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Install pnpm
1919 run : npm i -g pnpm@10
3232 test :
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636
3737 - name : Install pnpm
3838 run : npm i -g pnpm@10
5757 build :
5858 runs-on : ubuntu-latest
5959 steps :
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v5
6161
6262 - name : Install pnpm
6363 run : npm i -g pnpm@10
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Install pnpm
1919 run : npm i -g pnpm@10
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Install pnpm
1717 run : npm i -g pnpm@10
Original file line number Diff line number Diff line change 1515 id-token : write
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121# ref: ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 1414 id-token : write
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020
You can’t perform that action at this time.
0 commit comments