mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	ci: Use newer versions of actions
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/dev.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,8 +13,8 @@ jobs:
 | 
			
		||||
        run: npx tsc
 | 
			
		||||
      - name: Create server-package.json
 | 
			
		||||
        run: cat package.json | grep -v electron > server-package.json
 | 
			
		||||
      - uses: docker/setup-buildx-action@v1
 | 
			
		||||
      - uses: docker/build-push-action@v2
 | 
			
		||||
      - uses: docker/setup-buildx-action@v3
 | 
			
		||||
      - uses: docker/build-push-action@v6
 | 
			
		||||
        with:
 | 
			
		||||
          context: .
 | 
			
		||||
          cache-from: type=gha
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user