mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	GH workflow: use actions/setup-python@v4
GitHub displays this warning with the actions/setup-python@2 : Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This commit is contained in:
		
							parent
							
								
									fc9986de0a
								
							
						
					
					
						commit
						bc1278d25e
					
				
					 2 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										10
									
								
								.github/workflows/integration.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/integration.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -22,7 +22,7 @@ jobs: | |||
|         sudo ./utils/searxng.sh install packages | ||||
|         sudo apt install firefox | ||||
|     - name: Set up Python | ||||
|       uses: actions/setup-python@v2 | ||||
|       uses: actions/setup-python@v4 | ||||
|       with: | ||||
|         python-version: ${{ matrix.python-version }} | ||||
|         architecture: 'x64' | ||||
|  | @ -57,7 +57,7 @@ jobs: | |||
|     - name: Install Ubuntu packages | ||||
|       run: sudo ./utils/searxng.sh install buildhost | ||||
|     - name: Set up Python | ||||
|       uses: actions/setup-python@v2 | ||||
|       uses: actions/setup-python@v4 | ||||
|       with: | ||||
|         python-version: '3.9' | ||||
|         architecture: 'x64' | ||||
|  | @ -84,7 +84,7 @@ jobs: | |||
|     - name: Install Ubuntu packages | ||||
|       run: sudo ./utils/searxng.sh install buildhost | ||||
|     - name: Set up Python | ||||
|       uses: actions/setup-python@v2 | ||||
|       uses: actions/setup-python@v4 | ||||
|       with: | ||||
|         python-version: '3.9' | ||||
|         architecture: 'x64' | ||||
|  | @ -123,7 +123,7 @@ jobs: | |||
|         fetch-depth: '0' | ||||
|         token: ${{ secrets.WEBLATE_GITHUB_TOKEN }} | ||||
|     - name: Set up Python | ||||
|       uses: actions/setup-python@v2 | ||||
|       uses: actions/setup-python@v4 | ||||
|       with: | ||||
|         python-version: '3.9' | ||||
|         architecture: 'x64' | ||||
|  | @ -165,7 +165,7 @@ jobs: | |||
|           # make sure "make docker.push" can get the git history | ||||
|           fetch-depth: '0' | ||||
|       - name: Set up Python | ||||
|         uses: actions/setup-python@v2 | ||||
|         uses: actions/setup-python@v4 | ||||
|         with: | ||||
|           python-version: '3.9' | ||||
|           architecture: 'x64' | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/translations-update.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/translations-update.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -16,7 +16,7 @@ jobs: | |||
|         fetch-depth: '0' | ||||
|         token: ${{ secrets.WEBLATE_GITHUB_TOKEN }} | ||||
|     - name: Set up Python | ||||
|       uses: actions/setup-python@v2 | ||||
|       uses: actions/setup-python@v4 | ||||
|       with: | ||||
|         python-version: '3.9' | ||||
|         architecture: 'x64' | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Alexandre FLAMENT
						Alexandre FLAMENT