@@ -142,13 +142,13 @@ jobs:
142142 runs-on : ${{ inputs.runs_on || 'ubuntu-22.04' }}
143143 steps :
144144 - name : Checkout source repository
145- uses : actions/checkout@v4
145+ uses : actions/checkout@v5
146146 with :
147147 ref : ${{ inputs.branch || github.sha }}
148148 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
149149 fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
150150 - name : Checkout github-workflows
151- uses : actions/checkout@v4
151+ uses : actions/checkout@v5
152152 with :
153153 repository : datavisyn/github-workflows
154154 ref : ${{ env.WORKFLOW_BRANCH }}
@@ -184,12 +184,12 @@ jobs:
184184 runs-on : ${{ inputs.runs_on || 'ubuntu-22.04' }}
185185 steps :
186186 - name : Checkout source repository
187- uses : actions/checkout@v4
187+ uses : actions/checkout@v5
188188 with :
189189 ref : ${{ inputs.branch || github.sha }}
190190 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
191191 - name : Checkout github-workflows
192- uses : actions/checkout@v4
192+ uses : actions/checkout@v5
193193 with :
194194 repository : datavisyn/github-workflows
195195 ref : ${{ env.WORKFLOW_BRANCH }}
@@ -276,13 +276,13 @@ jobs:
276276 echo "REDIS_PORT=${{ job.services.redis.ports['6379'] }}"
277277 } >> "$GITHUB_ENV"
278278 - name : Checkout source repository
279- uses : actions/checkout@v4
279+ uses : actions/checkout@v5
280280 with :
281281 ref : ${{ inputs.branch || github.sha }}
282282 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
283283 fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
284284 - name : Checkout github-workflows
285- uses : actions/checkout@v4
285+ uses : actions/checkout@v5
286286 with :
287287 repository : datavisyn/github-workflows
288288 ref : ${{ env.WORKFLOW_BRANCH }}
@@ -419,13 +419,13 @@ jobs:
419419 echo "REDIS_PORT=${{ job.services.redis.ports['6379'] }}"
420420 } >> "$GITHUB_ENV"
421421 - name : Checkout source repository
422- uses : actions/checkout@v4
422+ uses : actions/checkout@v5
423423 with :
424424 ref : ${{ inputs.branch || github.sha }}
425425 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
426426 fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
427427 - name : Checkout github-workflows
428- uses : actions/checkout@v4
428+ uses : actions/checkout@v5
429429 with :
430430 repository : datavisyn/github-workflows
431431 ref : ${{ env.WORKFLOW_BRANCH }}
0 commit comments