|
21 | 21 | infrastructure: ${{ steps.changes.outputs.infrastructure }} |
22 | 22 | steps: |
23 | 23 | - name: Checkout |
24 | | - uses: actions/checkout@v4 |
| 24 | + uses: actions/checkout@v5 |
25 | 25 | with: |
26 | 26 | fetch-depth: 0 |
27 | 27 |
|
|
72 | 72 | service: ["admin-backend", "document-extractor", "rag-backend", "mcp-server"] |
73 | 73 | steps: |
74 | 74 | - name: Checkout code |
75 | | - uses: actions/checkout@v4 |
| 75 | + uses: actions/checkout@v5 |
76 | 76 |
|
77 | 77 | - name: Set Docker Image Name |
78 | 78 | run: | |
@@ -102,7 +102,7 @@ jobs: |
102 | 102 | library: ["rag-core-lib", "rag-core-api", "admin-api-lib", "extractor-api-lib"] |
103 | 103 | steps: |
104 | 104 | - name: Checkout code |
105 | | - uses: actions/checkout@v4 |
| 105 | + uses: actions/checkout@v5 |
106 | 106 |
|
107 | 107 | - name: Set Docker Image Names |
108 | 108 | run: | |
@@ -133,7 +133,7 @@ jobs: |
133 | 133 | if: needs.changes.outputs.frontend == 'true' || github.event_name == 'workflow_dispatch' |
134 | 134 | steps: |
135 | 135 | - name: Checkout code |
136 | | - uses: actions/checkout@v4 |
| 136 | + uses: actions/checkout@v5 |
137 | 137 |
|
138 | 138 | - name: Setup Node.js |
139 | 139 | uses: actions/setup-node@v4 |
@@ -177,7 +177,7 @@ jobs: |
177 | 177 | if: needs.changes.outputs.infrastructure == 'true' || github.event_name == 'workflow_dispatch' |
178 | 178 | steps: |
179 | 179 | - name: Checkout code |
180 | | - uses: actions/checkout@v4 |
| 180 | + uses: actions/checkout@v5 |
181 | 181 |
|
182 | 182 | - name: Setup Terraform |
183 | 183 | uses: hashicorp/setup-terraform@v3 |
|
0 commit comments