File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v7
2525 with :
2626 ref : ${{ github.event.pull_request.head.ref }}
2727 fetch-depth : 0
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout Repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v7
2121 with :
2222 token : ${{ github.token }}
2323
4141 node-version : [22, 24]
4242 steps :
4343 - name : Checkout Repository
44- uses : actions/checkout@v5
44+ uses : actions/checkout@v7
4545 with :
4646 token : ${{ github.token }}
4747
7373 runs-on : ubuntu-latest
7474 steps :
7575 - name : Checkout Repository
76- uses : actions/checkout@v5
76+ uses : actions/checkout@v7
7777 with :
7878 token : ${{ github.token }}
7979
@@ -103,7 +103,7 @@ jobs:
103103 runs-on : ubuntu-latest
104104 steps :
105105 - name : Checkout Repository
106- uses : actions/checkout@v5
106+ uses : actions/checkout@v7
107107 with :
108108 token : ${{ github.token }}
109109
Original file line number Diff line number Diff line change 2727 id-token : write
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v7
3131 with :
3232 fetch-depth : 0
3333
8585 id-token : write
8686 steps :
8787 - name : Checkout
88- uses : actions/checkout@v5
88+ uses : actions/checkout@v7
8989 with :
9090 fetch-depth : 0
9191 ref : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments