Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit e964504

Browse files
Update actions/checkout action to v4 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6ad7ec commit e964504

6 files changed

Lines changed: 8 additions & 8 deletions

.github/workflows/workflow-cd-ecspresso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
in: ${{ inputs.image }}
110110

111111
- name: Checkout
112-
uses: actions/checkout@v3
112+
uses: actions/checkout@v4
113113

114114
- name: config
115115
uses: blablacar/action-config-levels@dc8ddbca36875e29f870e53bcc1160b7000ff5b2

.github/workflows/workflow-cd-preview-ecspresso.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
desc: Environment purged
169169

170170
- name: Checkout
171-
uses: actions/checkout@v3
171+
uses: actions/checkout@v4
172172

173173
- name: config
174174
uses: blablacar/action-config-levels@dc8ddbca36875e29f870e53bcc1160b7000ff5b2
@@ -339,7 +339,7 @@ jobs:
339339
deployment-id: ${{ steps.deployment.outputs.id }}
340340

341341
- name: Checkout
342-
uses: actions/checkout@v3
342+
uses: actions/checkout@v4
343343

344344
- name: config
345345
uses: blablacar/action-config-levels@dc8ddbca36875e29f870e53bcc1160b7000ff5b2

.github/workflows/workflow-ci-dockerized-app-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ["ubuntu-latest"]
7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout@v3
73+
uses: actions/checkout@v4
7474

7575
- name: Configure AWS Credentials
7676
uses: aws-actions/[email protected]
@@ -110,7 +110,7 @@ jobs:
110110
needs: [ build ]
111111
steps:
112112
- name: Checkout
113-
uses: actions/checkout@v3
113+
uses: actions/checkout@v4
114114

115115
- name: Configure AWS Credentials
116116
uses: aws-actions/[email protected]

.github/workflows/workflow-controller-hotfix-reintegrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ["ubuntu-latest"]
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v2
51+
uses: actions/checkout@v4
5252
with:
5353
fetch-depth: 0
5454
ref: ${{ inputs.ref }}

.github/workflows/workflow-controller-hotfix-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ["ubuntu-latest"]
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939

4040
- name: Create branch for specific version
4141
uses: satya-500/[email protected]

.github/workflows/workflow-controller-hotfix-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ["ubuntu-latest"]
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v4
3737
with:
3838
ref: ${{ inputs.ref }}
3939
fetch-depth: 0

0 commit comments

Comments
 (0)