|
27 | 27 | infrastructure: ${{ steps.changes.outputs.infrastructure }} |
28 | 28 | steps: |
29 | 29 | - name: Checkout |
30 | | - uses: actions/checkout@v4 |
| 30 | + uses: actions/checkout@v6 |
31 | 31 | with: |
32 | 32 | fetch-depth: 0 |
33 | 33 |
|
|
78 | 78 | service: ["admin-backend", "document-extractor", "rag-backend", "mcp-server"] |
79 | 79 | steps: |
80 | 80 | - name: Checkout code |
81 | | - uses: actions/checkout@v4 |
| 81 | + uses: actions/checkout@v6 |
82 | 82 |
|
83 | 83 | - name: Set Docker Image Name |
84 | 84 | run: | |
@@ -108,7 +108,7 @@ jobs: |
108 | 108 | library: ["rag-core-lib", "rag-core-api", "admin-api-lib", "extractor-api-lib"] |
109 | 109 | steps: |
110 | 110 | - name: Checkout code |
111 | | - uses: actions/checkout@v4 |
| 111 | + uses: actions/checkout@v6 |
112 | 112 |
|
113 | 113 | - name: Set Docker Image Name |
114 | 114 | run: | |
@@ -140,7 +140,7 @@ jobs: |
140 | 140 | if: needs.changes.outputs.frontend == 'true' || github.event_name == 'workflow_dispatch' |
141 | 141 | steps: |
142 | 142 | - name: Checkout code |
143 | | - uses: actions/checkout@v4 |
| 143 | + uses: actions/checkout@v6 |
144 | 144 |
|
145 | 145 | - name: Setup Node.js |
146 | 146 | uses: actions/setup-node@v4 |
@@ -184,7 +184,7 @@ jobs: |
184 | 184 | if: needs.changes.outputs.infrastructure == 'true' || github.event_name == 'workflow_dispatch' |
185 | 185 | steps: |
186 | 186 | - name: Checkout code |
187 | | - uses: actions/checkout@v4 |
| 187 | + uses: actions/checkout@v6 |
188 | 188 |
|
189 | 189 | - name: Setup Terraform |
190 | 190 | uses: hashicorp/setup-terraform@v3 |
|
0 commit comments