ci: bump cache
This commit is contained in:
		
							
								
								
									
										14
									
								
								.github/workflows/ci-main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/ci-main.yml
									
									
									
									
										vendored
									
									
								
							@ -40,7 +40,7 @@ jobs:
 | 
			
		||||
        uses: actions/cache@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.cache/pypoetry/virtualenvs
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
      - name: prepare
 | 
			
		||||
        env:
 | 
			
		||||
          INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }}
 | 
			
		||||
@ -56,7 +56,7 @@ jobs:
 | 
			
		||||
        uses: actions/cache@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.cache/pypoetry/virtualenvs
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
      - name: prepare
 | 
			
		||||
        env:
 | 
			
		||||
          INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }}
 | 
			
		||||
@ -79,7 +79,7 @@ jobs:
 | 
			
		||||
        uses: actions/cache@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.cache/pypoetry/virtualenvs
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
      - name: checkout stable
 | 
			
		||||
        run: |
 | 
			
		||||
          # Copy current, latest config to local
 | 
			
		||||
@ -120,7 +120,7 @@ jobs:
 | 
			
		||||
        uses: actions/cache@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.cache/pypoetry/virtualenvs
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
      - name: prepare
 | 
			
		||||
        env:
 | 
			
		||||
          INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }}
 | 
			
		||||
@ -147,7 +147,7 @@ jobs:
 | 
			
		||||
        uses: actions/cache@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.cache/pypoetry/virtualenvs
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
      - name: prepare
 | 
			
		||||
        env:
 | 
			
		||||
          INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }}
 | 
			
		||||
@ -184,7 +184,7 @@ jobs:
 | 
			
		||||
        uses: actions/cache@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.cache/pypoetry/virtualenvs
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
      - name: prepare
 | 
			
		||||
        env:
 | 
			
		||||
          INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }}
 | 
			
		||||
@ -229,7 +229,7 @@ jobs:
 | 
			
		||||
        uses: actions/cache@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.cache/pypoetry/virtualenvs
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
      - name: prepare
 | 
			
		||||
        env:
 | 
			
		||||
          INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/translation-compile.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/translation-compile.yml
									
									
									
									
										vendored
									
									
								
							@ -26,7 +26,7 @@ jobs:
 | 
			
		||||
        uses: actions/cache@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.cache/pypoetry/virtualenvs
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
          key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }}
 | 
			
		||||
      - name: prepare
 | 
			
		||||
        env:
 | 
			
		||||
          INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user