[upd] github CI: actions/cache@v3 to actions/cache@v4
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									e4961142e3
								
							
						
					
					
						commit
						b0d5aade48
					
				
							
								
								
									
										10
									
								
								.github/workflows/integration.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/integration.yml
									
									
									
									
										vendored
									
									
								
							@ -31,7 +31,7 @@ jobs:
 | 
				
			|||||||
          architecture: 'x64'
 | 
					          architecture: 'x64'
 | 
				
			||||||
      - name: Cache Python dependencies
 | 
					      - name: Cache Python dependencies
 | 
				
			||||||
        id: cache-python
 | 
					        id: cache-python
 | 
				
			||||||
        uses: actions/cache@v3
 | 
					        uses: actions/cache@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: |
 | 
					          path: |
 | 
				
			||||||
            ./local
 | 
					            ./local
 | 
				
			||||||
@ -61,7 +61,7 @@ jobs:
 | 
				
			|||||||
          architecture: 'x64'
 | 
					          architecture: 'x64'
 | 
				
			||||||
      - name: Cache Python dependencies
 | 
					      - name: Cache Python dependencies
 | 
				
			||||||
        id: cache-python
 | 
					        id: cache-python
 | 
				
			||||||
        uses: actions/cache@v3
 | 
					        uses: actions/cache@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: |
 | 
					          path: |
 | 
				
			||||||
            ./local
 | 
					            ./local
 | 
				
			||||||
@ -93,7 +93,7 @@ jobs:
 | 
				
			|||||||
          architecture: 'x64'
 | 
					          architecture: 'x64'
 | 
				
			||||||
      - name: Cache Python dependencies
 | 
					      - name: Cache Python dependencies
 | 
				
			||||||
        id: cache-python
 | 
					        id: cache-python
 | 
				
			||||||
        uses: actions/cache@v3
 | 
					        uses: actions/cache@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: |
 | 
					          path: |
 | 
				
			||||||
            ./local
 | 
					            ./local
 | 
				
			||||||
@ -137,7 +137,7 @@ jobs:
 | 
				
			|||||||
          architecture: 'x64'
 | 
					          architecture: 'x64'
 | 
				
			||||||
      - name: Cache Python dependencies
 | 
					      - name: Cache Python dependencies
 | 
				
			||||||
        id: cache-python
 | 
					        id: cache-python
 | 
				
			||||||
        uses: actions/cache@v3
 | 
					        uses: actions/cache@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: |
 | 
					          path: |
 | 
				
			||||||
            ./local
 | 
					            ./local
 | 
				
			||||||
@ -181,7 +181,7 @@ jobs:
 | 
				
			|||||||
          architecture: 'x64'
 | 
					          architecture: 'x64'
 | 
				
			||||||
      - name: Cache Python dependencies
 | 
					      - name: Cache Python dependencies
 | 
				
			||||||
        id: cache-python
 | 
					        id: cache-python
 | 
				
			||||||
        uses: actions/cache@v3
 | 
					        uses: actions/cache@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: |
 | 
					          path: |
 | 
				
			||||||
            ./local
 | 
					            ./local
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/translations-update.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/translations-update.yml
									
									
									
									
										vendored
									
									
								
							@ -22,7 +22,7 @@ jobs:
 | 
				
			|||||||
          architecture: 'x64'
 | 
					          architecture: 'x64'
 | 
				
			||||||
      - name: Cache Python dependencies
 | 
					      - name: Cache Python dependencies
 | 
				
			||||||
        id: cache-python
 | 
					        id: cache-python
 | 
				
			||||||
        uses: actions/cache@v3
 | 
					        uses: actions/cache@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: |
 | 
					          path: |
 | 
				
			||||||
            ./local
 | 
					            ./local
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user