@@ -128,13 +128,13 @@ jobs:
128
128
runs-on : ${{ inputs.runs_on || 'ubuntu-22.04' }}
129
129
steps :
130
130
- name : Checkout source repository
131
- uses : actions/checkout@v4
131
+ uses : actions/checkout@v5
132
132
with :
133
133
ref : ${{ inputs.branch || github.sha }}
134
134
token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
135
135
fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
136
136
- name : Checkout github-workflows
137
- uses : actions/checkout@v4
137
+ uses : actions/checkout@v5
138
138
with :
139
139
repository : datavisyn/github-workflows
140
140
ref : ${{ env.WORKFLOW_BRANCH }}
@@ -168,12 +168,12 @@ jobs:
168
168
runs-on : ${{ inputs.runs_on || 'ubuntu-22.04' }}
169
169
steps :
170
170
- name : Checkout source repository
171
- uses : actions/checkout@v4
171
+ uses : actions/checkout@v5
172
172
with :
173
173
ref : ${{ inputs.branch || github.sha }}
174
174
token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
175
175
- name : Checkout github-workflows
176
- uses : actions/checkout@v4
176
+ uses : actions/checkout@v5
177
177
with :
178
178
repository : datavisyn/github-workflows
179
179
ref : ${{ env.WORKFLOW_BRANCH }}
@@ -259,13 +259,13 @@ jobs:
259
259
echo "REDIS_PORT=${{ job.services.redis.ports['6379'] }}"
260
260
} >> "$GITHUB_ENV"
261
261
- name : Checkout source repository
262
- uses : actions/checkout@v4
262
+ uses : actions/checkout@v5
263
263
with :
264
264
ref : ${{ inputs.branch || github.sha }}
265
265
token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
266
266
fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
267
267
- name : Checkout github-workflows
268
- uses : actions/checkout@v4
268
+ uses : actions/checkout@v5
269
269
with :
270
270
repository : datavisyn/github-workflows
271
271
ref : ${{ env.WORKFLOW_BRANCH }}
@@ -401,13 +401,13 @@ jobs:
401
401
echo "REDIS_PORT=${{ job.services.redis.ports['6379'] }}"
402
402
} >> "$GITHUB_ENV"
403
403
- name : Checkout source repository
404
- uses : actions/checkout@v4
404
+ uses : actions/checkout@v5
405
405
with :
406
406
ref : ${{ inputs.branch || github.sha }}
407
407
token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
408
408
fetch-depth : ${{ inputs.chromatic_enable && '0' || '1' }}
409
409
- name : Checkout github-workflows
410
- uses : actions/checkout@v4
410
+ uses : actions/checkout@v5
411
411
with :
412
412
repository : datavisyn/github-workflows
413
413
ref : ${{ env.WORKFLOW_BRANCH }}
0 commit comments