Skip to content

Commit d5dba26

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f61b2d commit d5dba26

20 files changed

+54
-54
lines changed

.github/workflows/build-docker-artifacts-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646

4747
steps:
4848
- name: Checkout repository (must be run in infrastructure-k8s)
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
with:
5151
token: ${{ secrets.CHECKOUT_TOKEN || github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
5252

5353
- name: Checkout github-workflows repository
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
with:
5656
repository: datavisyn/github-workflows
5757
ref: ${{ env.WORKFLOW_BRANCH }}

.github/workflows/build-docker-artifacts-trigger-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
with:
4848
ref: ${{ inputs.branch || github.sha }}
4949
token: ${{ secrets.CHECKOUT_TOKEN || github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
5050

5151
- name: Checkout github-workflows repository
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
repository: datavisyn/github-workflows
5555
ref: ${{ env.WORKFLOW_BRANCH }}

.github/workflows/build-docker-artifacts.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ jobs:
6565
runs-on: 'ubuntu-22.04'
6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969
with:
7070
ref: ${{ inputs.branch || github.sha }}
7171
token: ${{ secrets.CHECKOUT_TOKEN || github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
7272

7373
- name: Checkout github-workflows repository
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575
with:
7676
repository: datavisyn/github-workflows
7777
ref: ${{ env.WORKFLOW_BRANCH }}
@@ -161,15 +161,15 @@ jobs:
161161
sudo rm -rf /opt/ghc
162162
# TODO: Support arbitrary repositories, not just the current one?
163163
- name: Checkout repository
164-
uses: actions/checkout@v4
164+
uses: actions/checkout@v5
165165
with:
166166
ref: ${{ inputs.branch || github.sha }}
167167
token: ${{ secrets.CHECKOUT_TOKEN || github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
168168
# This is required such that yarn install can access private repositories, i.e. visyn_pro
169169
# https://github.com/yarnpkg/yarn/issues/2614#issuecomment-2148174789
170170
persist-credentials: false
171171
- name: Checkout github-workflows repository
172-
uses: actions/checkout@v4
172+
uses: actions/checkout@v5
173173
with:
174174
repository: datavisyn/github-workflows
175175
ref: ${{ env.WORKFLOW_BRANCH }}
@@ -290,13 +290,13 @@ jobs:
290290
runs-on: 'ubuntu-22.04'
291291
steps:
292292
- name: Checkout repository
293-
uses: actions/checkout@v4
293+
uses: actions/checkout@v5
294294
with:
295295
ref: ${{ inputs.branch || github.sha }}
296296
token: ${{ secrets.CHECKOUT_TOKEN || github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
297297

298298
- name: Checkout github-workflows repository
299-
uses: actions/checkout@v4
299+
uses: actions/checkout@v5
300300
with:
301301
repository: datavisyn/github-workflows
302302
ref: ${{ env.WORKFLOW_BRANCH }}

.github/workflows/build-node-python.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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 }}

.github/workflows/build-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
runs-on: ${{ inputs.runs_on || 'ubuntu-22.04' }}
5454
steps:
5555
- name: Checkout source repository
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
with:
5858
ref: ${{ inputs.branch }}
5959
token: ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
6060
fetch-depth: ${{ inputs.chromatic_enable && '0' || '1' }}
6161
- name: Checkout github-workflows
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363
with:
6464
repository: datavisyn/github-workflows
6565
ref: ${{ env.WORKFLOW_BRANCH }}

.github/workflows/build-product.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
runs-on: ubuntu-22.04
6363
steps:
6464
# checkout specific repository
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v5
6666
# checkout this workflow repository to get actions
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v5
6868
with:
6969
repository: datavisyn/github-workflows
7070
ref: ${{ env.WORKFLOW_BRANCH }}
@@ -124,7 +124,7 @@ jobs:
124124
if: ${{ always() && (needs.build-single.result == 'success' || needs.build-single.result == 'skipped') && (needs.build-workspace.result == 'success' || needs.build-workspace.result == 'skipped') && !(needs.build-workspace.result == 'skipped' && needs.build-single.result == 'skipped')}}
125125
runs-on: ubuntu-22.04
126126
steps:
127-
- uses: actions/checkout@v4
127+
- uses: actions/checkout@v5
128128
with:
129129
repository: datavisyn/github-workflows
130130
ref: ${{ env.WORKFLOW_BRANCH }}

.github/workflows/build-push-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
runs-on: ubuntu-22.04
3939
steps:
4040
# checkout specific source repository
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
# checkout this workflow repository to get actions
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
with:
4545
repository: datavisyn/github-workflows
4646
ref: ${{ env.WORKFLOW_BRANCH }}

.github/workflows/build-push-helm-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
runs-on: ubuntu-22.04
3737
steps:
3838
# checkout specific source repository
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040
# checkout this workflow repository to get actions
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
with:
4343
repository: datavisyn/github-workflows
4444
ref: ${{ env.WORKFLOW_BRANCH }}

.github/workflows/build-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
runs-on: ${{ inputs.runs_on || 'ubuntu-22.04' }}
4343
steps:
4444
- name: Checkout source repository
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646
with:
4747
ref: ${{ inputs.branch }}
4848
token: ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
4949
- name: Checkout github-workflows
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151
with:
5252
repository: datavisyn/github-workflows
5353
ref: ${{ env.WORKFLOW_BRANCH }}

.github/workflows/build-single-product-part.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ jobs:
7474
sudo rm -rf /usr/local/lib/android
7575
sudo rm -rf /opt/ghc
7676
# checkout specific repository
77-
- uses: actions/checkout@v4
77+
- uses: actions/checkout@v5
7878
with:
7979
token: ${{ secrets.CHECKOUT_TOKEN || github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
8080
# checkout this workflow repository to get actions
81-
- uses: actions/checkout@v4
81+
- uses: actions/checkout@v5
8282
with:
8383
repository: datavisyn/github-workflows
8484
ref: ${{ env.WORKFLOW_BRANCH }}

0 commit comments

Comments
 (0)