kopia lustrzana https://github.com/jupyterhub/repo2docker
				
				
				
			Merge pull request #1469 from jupyterhub/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5pull/1470/head
						commit
						9fc72e238d
					
				|  | @ -32,7 +32,7 @@ jobs: | |||
|     runs-on: ubuntu-24.04 | ||||
|     steps: | ||||
|       - name: Checkout code | ||||
|         uses: actions/checkout@v4 | ||||
|         uses: actions/checkout@v5 | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
| 
 | ||||
|  |  | |||
|  | @ -31,7 +31,7 @@ jobs: | |||
|   build-n-publish: | ||||
|     runs-on: ubuntu-24.04 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4 | ||||
|       - uses: actions/checkout@v5 | ||||
|       - uses: actions/setup-python@v5 | ||||
|         with: | ||||
|           python-version: "3.13" | ||||
|  | @ -86,7 +86,7 @@ jobs: | |||
|           echo "Publishing to $REGISTRY" | ||||
| 
 | ||||
|       # versioneer requires the full git history for non-tags | ||||
|       - uses: actions/checkout@v4 | ||||
|       - uses: actions/checkout@v5 | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
| 
 | ||||
|  |  | |||
|  | @ -75,7 +75,7 @@ jobs: | |||
|             repo_type: venv | ||||
| 
 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4 | ||||
|       - uses: actions/checkout@v5 | ||||
| 
 | ||||
|       - uses: actions/setup-python@v5 | ||||
|         with: | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Erik Sundell
						Erik Sundell