mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-31 19:58:55 +08:00 
			
		
		
		
	 e797f83bcb
			
		
	
	e797f83bcb
	
	
	
		
			
			* Upgrade to node 24 Upgrade ot node * licence manual updates * pckage.json version update * version update * update package-lock.json * upgrade `actions/checkout` to v5 and `actions/setup-python` to v6 in README.md * upgrade `actions/checkout` to v5 and `actions/setup-python` to v6 in advanced-usage.md Updated GitHub Actions to use newer versions of checkout and setup-python actions. * node-version update in the workflows --------- Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com> Co-authored-by: priya-kinthali <147703874+priya-kinthali@users.noreply.github.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			323 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			323 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Check dist/
 | |
| 
 | |
| on:
 | |
|   push:
 | |
|     branches:
 | |
|       - main
 | |
|     paths-ignore:
 | |
|       - '**.md'
 | |
|   pull_request:
 | |
|     paths-ignore:
 | |
|       - '**.md'
 | |
|   workflow_dispatch:
 | |
| 
 | |
| jobs:
 | |
|   call-check-dist:
 | |
|     name: Check dist/
 | |
|     uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
 | |
|     with:
 | |
|       node-version: '24.x'
 |