|
22 | 22 | infrastructure: ${{ steps.filter_pr.outputs.infrastructure || steps.filter_merge.outputs.infrastructure || steps.manual.outputs.infrastructure }} |
23 | 23 | steps: |
24 | 24 | - name: Checkout |
25 | | - uses: actions/checkout@v6 |
| 25 | + uses: actions/checkout@v7 |
26 | 26 | with: |
27 | 27 | fetch-depth: 0 |
28 | 28 |
|
@@ -106,7 +106,7 @@ jobs: |
106 | 106 | service: ["admin-backend", "document-extractor", "rag-backend", "mcp-server"] |
107 | 107 | steps: |
108 | 108 | - name: Checkout code |
109 | | - uses: actions/checkout@v6 |
| 109 | + uses: actions/checkout@v7 |
110 | 110 |
|
111 | 111 | - name: Set Docker Image Name |
112 | 112 | run: | |
@@ -136,7 +136,7 @@ jobs: |
136 | 136 | library: ["rag-core-lib", "rag-core-api", "admin-api-lib", "extractor-api-lib"] |
137 | 137 | steps: |
138 | 138 | - name: Checkout code |
139 | | - uses: actions/checkout@v6 |
| 139 | + uses: actions/checkout@v7 |
140 | 140 |
|
141 | 141 | - name: Set Docker Image Name |
142 | 142 | run: | |
@@ -167,7 +167,7 @@ jobs: |
167 | 167 | if: needs.changes.outputs.frontend == 'true' || github.event_name == 'workflow_dispatch' |
168 | 168 | steps: |
169 | 169 | - name: Checkout code |
170 | | - uses: actions/checkout@v6 |
| 170 | + uses: actions/checkout@v7 |
171 | 171 |
|
172 | 172 | - name: Setup Node.js |
173 | 173 | uses: actions/setup-node@v6 |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | if: needs.changes.outputs.infrastructure == 'true' || github.event_name == 'workflow_dispatch' |
212 | 212 | steps: |
213 | 213 | - name: Checkout code |
214 | | - uses: actions/checkout@v6 |
| 214 | + uses: actions/checkout@v7 |
215 | 215 |
|
216 | 216 | - name: Setup Terraform |
217 | 217 | uses: hashicorp/setup-terraform@v3 |
|
0 commit comments