File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout 🛎️
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - uses : pnpm/action-setup@v4
1919 name : Install pnpm
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 ref : refs/pull/${{ github.event.pull_request.number }}/merge
1919
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 ref : refs/pull/${{ github.event.pull_request.number }}/merge
3838
5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : Checkout
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 ref : refs/pull/${{ github.event.pull_request.number }}/merge
5757
7979 runs-on : ubuntu-latest
8080 steps :
8181 - name : Checkout
82- uses : actions/checkout@v4
82+ uses : actions/checkout@v5
8383 with :
8484 ref : refs/pull/${{ github.event.pull_request.number }}/merge
8585
@@ -101,7 +101,7 @@ jobs:
101101 runs-on : ubuntu-latest
102102 steps :
103103 - name : Checkout
104- uses : actions/checkout@v4
104+ uses : actions/checkout@v5
105105 with :
106106 ref : refs/pull/${{ github.event.pull_request.number }}/merge
107107
@@ -123,7 +123,7 @@ jobs:
123123 runs-on : ubuntu-latest
124124 steps :
125125 - name : Checkout
126- uses : actions/checkout@v4
126+ uses : actions/checkout@v5
127127 with :
128128 ref : refs/pull/${{ github.event.pull_request.number }}/merge
129129
You can’t perform that action at this time.
0 commit comments