You've already forked setup-dotnet
							
							
				mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-11-04 00:46:36 +07:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			v4.3.1
			...
			benwells/r
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8e5c05a67c | 
@ -308,6 +308,15 @@ build:
 | 
			
		||||
        cache: true
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Recommended permissions
 | 
			
		||||
 | 
			
		||||
When using the `setup-dotnet` action in your GitHub Actions workflow, it is recommended to set the following permissions to ensure proper functionality:
 | 
			
		||||
 | 
			
		||||
```yaml
 | 
			
		||||
permissions:
 | 
			
		||||
  contents: read # access to check out code and install dependencies
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## License
 | 
			
		||||
 | 
			
		||||
The scripts and documentation in this project are released under the [MIT License](LICENSE)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user