Skip to content

Commit e2cd4aa

Browse files
committed
chore(deps): update actions/checkout action to v7
1 parent b482b2d commit e2cd4aa

9 files changed

Lines changed: 18 additions & 18 deletions

.github/workflows/build-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
tag: ${{ steps.release_tag.outputs.tag }}
1717
version: ${{ steps.release_tag.outputs.version }}
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222
- name: Resolve release tag & version
@@ -57,7 +57,7 @@ jobs:
5757
VERSION: ${{ needs.prepare.outputs.version }}
5858
TAG: ${{ needs.prepare.outputs.tag }}
5959
steps:
60-
- uses: actions/checkout@v6
60+
- uses: actions/checkout@v7
6161
with:
6262
fetch-depth: 0
6363
- name: Checkout release tag

.github/workflows/bump-chart-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
bump:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525
ref: ${{ inputs.ref || 'main' }}

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
}}
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222
token: ${{ secrets.PR_AUTOMATION_TOKEN }}

.github/workflows/lint-and-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
infrastructure: ${{ steps.filter_pr.outputs.infrastructure || steps.filter_merge.outputs.infrastructure || steps.manual.outputs.infrastructure }}
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
with:
2727
fetch-depth: 0
2828

@@ -106,7 +106,7 @@ jobs:
106106
service: ["admin-backend", "document-extractor", "rag-backend", "mcp-server"]
107107
steps:
108108
- name: Checkout code
109-
uses: actions/checkout@v6
109+
uses: actions/checkout@v7
110110

111111
- name: Set Docker Image Name
112112
run: |
@@ -136,7 +136,7 @@ jobs:
136136
library: ["rag-core-lib", "rag-core-api", "admin-api-lib", "extractor-api-lib"]
137137
steps:
138138
- name: Checkout code
139-
uses: actions/checkout@v6
139+
uses: actions/checkout@v7
140140

141141
- name: Set Docker Image Name
142142
run: |
@@ -167,7 +167,7 @@ jobs:
167167
if: needs.changes.outputs.frontend == 'true' || github.event_name == 'workflow_dispatch'
168168
steps:
169169
- name: Checkout code
170-
uses: actions/checkout@v6
170+
uses: actions/checkout@v7
171171

172172
- name: Setup Node.js
173173
uses: actions/setup-node@v6
@@ -211,7 +211,7 @@ jobs:
211211
if: needs.changes.outputs.infrastructure == 'true' || github.event_name == 'workflow_dispatch'
212212
steps:
213213
- name: Checkout code
214-
uses: actions/checkout@v6
214+
uses: actions/checkout@v7
215215

216216
- name: Setup Terraform
217217
uses: hashicorp/setup-terraform@v3

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: ${{ github.event_name == 'workflow_dispatch' }}
3838
run: echo "releasable=true" >> "$GITHUB_OUTPUT"
3939

40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v7
4141
if: ${{ github.event_name == 'pull_request' }}
4242
with:
4343
fetch-depth: 0
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
needs: [changes]
5959
steps:
60-
- uses: actions/checkout@v6
60+
- uses: actions/checkout@v7
6161
with:
6262
fetch-depth: 0
6363
persist-credentials: false

.github/workflows/promote-clean-semver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Publish clean semver, refresh locks, bump appVersion
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434
with:
3535
fetch-depth: 0
3636
ref: ${{ inputs.ref || 'main' }}

.github/workflows/publish-chart-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
allow: ${{ steps.allow_manual.outputs.allow || steps.allow_push.outputs.allow }}
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
- name: Allow manual run
3333
id: allow_manual
3434
if: ${{ github.event_name == 'workflow_dispatch' }}
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
if: ${{ needs.gate.outputs.allow == 'true' }}
4949
steps:
50-
- uses: actions/checkout@v6
50+
- uses: actions/checkout@v7
5151
with:
5252
fetch-depth: 0
5353
ref: ${{ inputs.ref || 'main' }}

.github/workflows/publish-pre-and-qa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
version: ${{ steps.ver.outputs.version }}
3030
clean_version: ${{ steps.ver.outputs.clean_version }}
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
with:
3434
fetch-depth: 0
3535

@@ -150,7 +150,7 @@ jobs:
150150
env:
151151
PRE_RELEASE_VERSION: ${{ needs.publish-pre.outputs.version }}
152152
steps:
153-
- uses: actions/checkout@v6
153+
- uses: actions/checkout@v7
154154
with:
155155
fetch-depth: 0
156156

@@ -201,7 +201,7 @@ jobs:
201201
env:
202202
PRE_RELEASE_VERSION: ${{ needs.publish-pre.outputs.version }}
203203
steps:
204-
- uses: actions/checkout@v6
204+
- uses: actions/checkout@v7
205205
with:
206206
fetch-depth: 0
207207

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
- name: Self-hosted Renovate
3131
uses: renovatebot/github-action@v43.0.20
3232
with:

0 commit comments

Comments
 (0)