mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	ci: update to checkout@v3 to avoid warnings
				
					
				
			This commit is contained in:
		
							parent
							
								
									6dc6646d52
								
							
						
					
					
						commit
						ec0003f2fa
					
				
							
								
								
									
										4
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							@ -7,7 +7,7 @@ on:
 | 
			
		||||
    branches:
 | 
			
		||||
      - master
 | 
			
		||||
  push:
 | 
			
		||||
    branches: 
 | 
			
		||||
    branches:
 | 
			
		||||
      - master
 | 
			
		||||
 | 
			
		||||
concurrency:
 | 
			
		||||
@ -27,7 +27,7 @@ jobs:
 | 
			
		||||
        os: [ubuntu-latest, macos-latest]
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Set up git repository
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
      - name: Install zsh
 | 
			
		||||
        if: runner.os == 'Linux'
 | 
			
		||||
        run: sudo apt-get update; sudo apt-get install zsh
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user