mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-30 23:47:27 +03:00 
			
		
		
		
	Update github-actions
This commit is contained in:
		
							parent
							
								
									53b6e5f4bf
								
							
						
					
					
						commit
						9c8a909e83
					
				
							
								
								
									
										4
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -16,7 +16,7 @@ jobs: | ||||||
|     - uses: actions/checkout@v3 |     - uses: actions/checkout@v3 | ||||||
| 
 | 
 | ||||||
|     - name: pre-commit cache |     - name: pre-commit cache | ||||||
|       uses: actions/cache@v2 |       uses: actions/cache@v3 | ||||||
|       with: |       with: | ||||||
|         path: ~/.cache/pre-commit |         path: ~/.cache/pre-commit | ||||||
|         key: lint-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }} |         key: lint-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }} | ||||||
|  | @ -24,7 +24,7 @@ jobs: | ||||||
|           lint-pre-commit- |           lint-pre-commit- | ||||||
| 
 | 
 | ||||||
|     - name: Set up Python |     - name: Set up Python | ||||||
|       uses: actions/setup-python@v3 |       uses: actions/setup-python@v4 | ||||||
|       with: |       with: | ||||||
|         python-version: "3.10" |         python-version: "3.10" | ||||||
|         cache: pip |         cache: pip | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/stale.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/stale.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -16,7 +16,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|     - name: "Check issues" |     - name: "Check issues" | ||||||
|       uses: actions/stale@v5 |       uses: actions/stale@v6 | ||||||
|       with: |       with: | ||||||
|         repo-token: ${{ secrets.GITHUB_TOKEN }} |         repo-token: ${{ secrets.GITHUB_TOKEN }} | ||||||
|         only-labels: "Awaiting OP Action" |         only-labels: "Awaiting OP Action" | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/test-cygwin.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-cygwin.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -44,7 +44,7 @@ jobs: | ||||||
|             qt5-devel-tools subversion xorg-server-extra zlib-devel |             qt5-devel-tools subversion xorg-server-extra zlib-devel | ||||||
| 
 | 
 | ||||||
|       - name: Add Lapack to PATH |       - name: Add Lapack to PATH | ||||||
|         uses: egor-tensin/cleanup-path@v1 |         uses: egor-tensin/cleanup-path@v2 | ||||||
|         with: |         with: | ||||||
|           dirs: 'C:\cygwin\bin;C:\cygwin\lib\lapack' |           dirs: 'C:\cygwin\bin;C:\cygwin\lib\lapack' | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										4
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -36,7 +36,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|     # sets env: pythonLocation |     # sets env: pythonLocation | ||||||
|     - name: Set up Python |     - name: Set up Python | ||||||
|       uses: actions/setup-python@v3 |       uses: actions/setup-python@v4 | ||||||
|       with: |       with: | ||||||
|         python-version: ${{ matrix.python-version }} |         python-version: ${{ matrix.python-version }} | ||||||
|         architecture: ${{ matrix.architecture }} |         architecture: ${{ matrix.architecture }} | ||||||
|  | @ -66,7 +66,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|     - name: Cache build |     - name: Cache build | ||||||
|       id: build-cache |       id: build-cache | ||||||
|       uses: actions/cache@v2 |       uses: actions/cache@v3 | ||||||
|       with: |       with: | ||||||
|         path: winbuild\build |         path: winbuild\build | ||||||
|         key: |         key: | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -38,7 +38,7 @@ jobs: | ||||||
|     - uses: actions/checkout@v3 |     - uses: actions/checkout@v3 | ||||||
| 
 | 
 | ||||||
|     - name: Set up Python ${{ matrix.python-version }} |     - name: Set up Python ${{ matrix.python-version }} | ||||||
|       uses: actions/setup-python@v3 |       uses: actions/setup-python@v4 | ||||||
|       with: |       with: | ||||||
|         python-version: ${{ matrix.python-version }} |         python-version: ${{ matrix.python-version }} | ||||||
|         cache: pip |         cache: pip | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user