@@ -142,13 +142,13 @@ jobs:
142142 runs-on : ${{ vars.BUILD_RUNS_ON_OVERRIDE || vars.RUNS_ON_OVERRIDE || inputs.runs_on || 'ubuntu-22.04' }}
143143 steps :
144144 - name : Checkout source repository
145- uses : actions/checkout@v5
145+ uses : actions/checkout@v6
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@v5
151+ uses : actions/checkout@v6
152152 with :
153153 repository : datavisyn/github-workflows
154154 ref : ${{ env.WORKFLOW_BRANCH }}
@@ -187,12 +187,12 @@ jobs:
187187 runs-on : ${{ vars.BUILD_RUNS_ON_OVERRIDE || vars.RUNS_ON_OVERRIDE || inputs.runs_on || 'ubuntu-22.04' }}
188188 steps :
189189 - name : Checkout source repository
190- uses : actions/checkout@v5
190+ uses : actions/checkout@v6
191191 with :
192192 ref : ${{ inputs.branch || github.sha }}
193193 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
194194 - name : Checkout github-workflows
195- uses : actions/checkout@v5
195+ uses : actions/checkout@v6
196196 with :
197197 repository : datavisyn/github-workflows
198198 ref : ${{ env.WORKFLOW_BRANCH }}
@@ -281,13 +281,13 @@ jobs:
281281 echo "REDIS_PORT=${{ job.services.redis.ports['6379'] }}"
282282 } >> "$GITHUB_ENV"
283283 - name : Checkout source repository
284- uses : actions/checkout@v5
284+ uses : actions/checkout@v6
285285 with :
286286 ref : ${{ inputs.branch || github.sha }}
287287 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
288288 fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
289289 - name : Checkout github-workflows
290- uses : actions/checkout@v5
290+ uses : actions/checkout@v6
291291 with :
292292 repository : datavisyn/github-workflows
293293 ref : ${{ env.WORKFLOW_BRANCH }}
@@ -426,13 +426,13 @@ jobs:
426426 echo "REDIS_PORT=${{ job.services.redis.ports['6379'] }}"
427427 } >> "$GITHUB_ENV"
428428 - name : Checkout source repository
429- uses : actions/checkout@v5
429+ uses : actions/checkout@v6
430430 with :
431431 ref : ${{ inputs.branch || github.sha }}
432432 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
433433 fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
434434 - name : Checkout github-workflows
435- uses : actions/checkout@v5
435+ uses : actions/checkout@v6
436436 with :
437437 repository : datavisyn/github-workflows
438438 ref : ${{ env.WORKFLOW_BRANCH }}
0 commit comments