mirror of
				https://github.com/mihonapp/mihon-preview.git
				synced 2025-11-04 10:49:11 +01:00 
			
		
		
		
	Use v4 tag for actions/checkout
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build_app.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build_app.yml
									
									
									
									
										vendored
									
									
								
							@@ -19,13 +19,13 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Clone Repository (Latest)
 | 
			
		||||
        uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
        with:
 | 
			
		||||
          repository: 'tachiyomiorg/tachiyomi'
 | 
			
		||||
          fetch-depth: 0
 | 
			
		||||
        if: github.event.inputs.git-ref == ''
 | 
			
		||||
      - name: Clone Repository (Custom Ref)
 | 
			
		||||
        uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
        if: github.event.inputs.git-ref != ''
 | 
			
		||||
        with:
 | 
			
		||||
          repository: 'tachiyomiorg/tachiyomi'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user