File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 delete : ${{ steps.generate-matrices.outputs.delete }}
3333 steps :
3434 - name : Checkout ori branch
35- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
35+ uses : actions/checkout@v4
3636 with :
3737 fetch-depth : 0
3838 persist-credentials : false
5757 matrix : ${{ fromJSON(needs.prepare.outputs.matrix) }}
5858 steps :
5959 - name : Checkout ori branch
60- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
60+ uses : actions/checkout@v4
6161 with :
6262 persist-credentials : false
6363
@@ -118,7 +118,7 @@ jobs:
118118 distribution : temurin
119119
120120 - name : Checkout ori branch
121- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
121+ uses : actions/checkout@v4
122122 with :
123123 ref : ori
124124 path : main
@@ -136,7 +136,7 @@ jobs:
136136 python ./.github/scripts/create-repo.py
137137
138138 - name : Checkout repo branch
139- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
139+ uses : actions/checkout@v4
140140 with :
141141 repository : extsup/extensions
142142 token : ${{ secrets.BOT_PAT }}
You can’t perform that action at this time.
0 commit comments