mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 00:10:55 +00:00 
			
		
		
		
	
					parent
					
						
							
								25e0c8faac
							
						
					
				
			
			
				commit
				
					
						87c0185d27
					
				
			
		
					 1 changed files with 13 additions and 1 deletions
				
			
		
							
								
								
									
										12
									
								
								examples.md
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								examples.md
									
										
									
									
									
								
							| 
						 | 
					@ -8,6 +8,7 @@
 | 
				
			||||||
- [Swift, Objective-C - Carthage](#swift-objective-c---carthage)
 | 
					- [Swift, Objective-C - Carthage](#swift-objective-c---carthage)
 | 
				
			||||||
- [Swift, Objective-C - CocoaPods](#swift-objective-c---cocoapods)
 | 
					- [Swift, Objective-C - CocoaPods](#swift-objective-c---cocoapods)
 | 
				
			||||||
- [Ruby - Gem](#ruby---gem)
 | 
					- [Ruby - Gem](#ruby---gem)
 | 
				
			||||||
 | 
					- [Go - Modules](#go---modules)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Node - npm
 | 
					## Node - npm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -96,3 +97,14 @@ uses: actions/cache@preview
 | 
				
			||||||
    restore-keys: |
 | 
					    restore-keys: |
 | 
				
			||||||
      ${{ runner.os }}-gem-
 | 
					      ${{ runner.os }}-gem-
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Go - Modules
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```yaml
 | 
				
			||||||
 | 
					- uses: actions/cache@preview
 | 
				
			||||||
 | 
					  with:
 | 
				
			||||||
 | 
					    path: ~/go/pkg/mod
 | 
				
			||||||
 | 
					    key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
 | 
				
			||||||
 | 
					    restore-keys: |
 | 
				
			||||||
 | 
					      ${{ runner.os }}-go-
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue