@@ -128,13 +128,13 @@ jobs:
128128 runs-on : ${{ inputs.runs_on || 'ubuntu-22.04' }}
129129 steps :
130130 - name : Checkout source repository
131- uses : actions/checkout@v4
131+ uses : actions/checkout@v5
132132 with :
133133 ref : ${{ inputs.branch || github.sha }}
134134 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
135135 fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
136136 - name : Checkout github-workflows
137- uses : actions/checkout@v4
137+ uses : actions/checkout@v5
138138 with :
139139 repository : datavisyn/github-workflows
140140 ref : ${{ env.WORKFLOW_BRANCH }}
@@ -168,12 +168,12 @@ jobs:
168168 runs-on : ${{ inputs.runs_on || 'ubuntu-22.04' }}
169169 steps :
170170 - name : Checkout source repository
171- uses : actions/checkout@v4
171+ uses : actions/checkout@v5
172172 with :
173173 ref : ${{ inputs.branch || github.sha }}
174174 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
175175 - name : Checkout github-workflows
176- uses : actions/checkout@v4
176+ uses : actions/checkout@v5
177177 with :
178178 repository : datavisyn/github-workflows
179179 ref : ${{ env.WORKFLOW_BRANCH }}
@@ -259,13 +259,13 @@ jobs:
259259 echo "REDIS_PORT=${{ job.services.redis.ports['6379'] }}"
260260 } >> "$GITHUB_ENV"
261261 - name : Checkout source repository
262- uses : actions/checkout@v4
262+ uses : actions/checkout@v5
263263 with :
264264 ref : ${{ inputs.branch || github.sha }}
265265 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
266266 fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
267267 - name : Checkout github-workflows
268- uses : actions/checkout@v4
268+ uses : actions/checkout@v5
269269 with :
270270 repository : datavisyn/github-workflows
271271 ref : ${{ env.WORKFLOW_BRANCH }}
@@ -401,13 +401,13 @@ jobs:
401401 echo "REDIS_PORT=${{ job.services.redis.ports['6379'] }}"
402402 } >> "$GITHUB_ENV"
403403 - name : Checkout source repository
404- uses : actions/checkout@v4
404+ uses : actions/checkout@v5
405405 with :
406406 ref : ${{ inputs.branch || github.sha }}
407407 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
408408 fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
409409 - name : Checkout github-workflows
410- uses : actions/checkout@v4
410+ uses : actions/checkout@v5
411411 with :
412412 repository : datavisyn/github-workflows
413413 ref : ${{ env.WORKFLOW_BRANCH }}
0 commit comments