@@ -130,13 +130,13 @@ jobs:
130130 runs-on : ${{ inputs.runs_on || 'ubuntu-22.04' }}
131131 steps :
132132 - name : Checkout source repository
133- uses : actions/checkout@v4
133+ uses : actions/checkout@v5
134134 with :
135135 ref : ${{ inputs.branch }}
136136 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
137137 fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
138138 - name : Checkout github-workflows
139- uses : actions/checkout@v4
139+ uses : actions/checkout@v5
140140 with :
141141 repository : datavisyn/github-workflows
142142 ref : ${{ env.WORKFLOW_BRANCH }}
@@ -170,12 +170,12 @@ jobs:
170170 runs-on : ${{ inputs.runs_on || 'ubuntu-22.04' }}
171171 steps :
172172 - name : Checkout source repository
173- uses : actions/checkout@v4
173+ uses : actions/checkout@v5
174174 with :
175175 ref : ${{ inputs.branch }}
176176 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
177177 - name : Checkout github-workflows
178- uses : actions/checkout@v4
178+ uses : actions/checkout@v5
179179 with :
180180 repository : datavisyn/github-workflows
181181 ref : ${{ env.WORKFLOW_BRANCH }}
@@ -261,13 +261,13 @@ jobs:
261261 echo "REDIS_PORT=${{ job.services.redis.ports['6379'] }}"
262262 } >> "$GITHUB_ENV"
263263 - name : Checkout source repository
264- uses : actions/checkout@v4
264+ uses : actions/checkout@v5
265265 with :
266266 ref : ${{ inputs.branch }}
267267 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
268268 fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
269269 - name : Checkout github-workflows
270- uses : actions/checkout@v4
270+ uses : actions/checkout@v5
271271 with :
272272 repository : datavisyn/github-workflows
273273 ref : ${{ env.WORKFLOW_BRANCH }}
@@ -403,13 +403,13 @@ jobs:
403403 echo "REDIS_PORT=${{ job.services.redis.ports['6379'] }}"
404404 } >> "$GITHUB_ENV"
405405 - name : Checkout source repository
406- uses : actions/checkout@v4
406+ uses : actions/checkout@v5
407407 with :
408408 ref : ${{ inputs.branch }}
409409 token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
410410 fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
411411 - name : Checkout github-workflows
412- uses : actions/checkout@v4
412+ uses : actions/checkout@v5
413413 with :
414414 repository : datavisyn/github-workflows
415415 ref : ${{ env.WORKFLOW_BRANCH }}
0 commit comments