mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-11-04 07:47:09 +00:00 
			
		
		
		
	Fix outdated ref to actions/setup-python@v3 in doc (#581)
This commit is contained in:
		@@ -259,7 +259,7 @@ If `check-latest` is set to `true`, the action first checks if the cached versio
 | 
				
			|||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - uses: actions/checkout@v3
 | 
					  - uses: actions/checkout@v3
 | 
				
			||||||
  - uses: actions/setup-python@v3
 | 
					  - uses: actions/setup-python@v4
 | 
				
			||||||
    with:
 | 
					    with:
 | 
				
			||||||
      python-version: '3.7'
 | 
					      python-version: '3.7'
 | 
				
			||||||
      check-latest: true
 | 
					      check-latest: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user