File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 steps :
124124 # Checkout the actions for this repo owner
125125 - name : Checkout Actions
126- uses : actions/checkout@v3
126+ uses : actions/checkout@v4
127127 with :
128128 repository : ${{ github.repository_owner }}/.github
129129 path : ./Actions_${{ github.sha }}
@@ -158,7 +158,7 @@ jobs:
158158
159159 # Checkout the actions for this repo owner
160160 - name : Checkout Actions
161- uses : actions/checkout@v3
161+ uses : actions/checkout@v4
162162 with :
163163 repository : ${{ github.repository_owner }}/.github
164164 path : ./Actions_${{ github.sha }}
@@ -186,7 +186,7 @@ jobs:
186186
187187 # Checkout the maiko branch
188188 - name : Checkout
189- uses : actions/checkout@v3
189+ uses : actions/checkout@v4
190190
191191 # Setup release tag
192192 - name : Setup Release Tag
@@ -228,7 +228,7 @@ jobs:
228228 steps :
229229 # Checkout the actions for this repo owner
230230 - name : Checkout Actions
231- uses : actions/checkout@v3
231+ uses : actions/checkout@v4
232232 with :
233233 repository : ${{ github.repository_owner }}/.github
234234 path : ./Actions_${{ github.sha }}
You can’t perform that action at this time.
0 commit comments