fix: upgrade actions/checkout to v4
Upgrade to the current version of actions/checkout Signed-off-by: Raymond Etornam <retornam@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									bca82e364d
								
							
						
					
					
						commit
						6b99fcb196
					
				|  | @ -7,7 +7,7 @@ jobs: | |||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v2 | ||||
|         uses: actions/checkout@v4 | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
| 
 | ||||
|  |  | |||
|  | @ -10,7 +10,7 @@ jobs: | |||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v2 | ||||
|         uses: actions/checkout@v4 | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
| 
 | ||||
|  |  | |||
|  | @ -11,7 +11,7 @@ jobs: | |||
|     steps: | ||||
|       - | ||||
|         name: Checkout | ||||
|         uses: actions/checkout@v2 | ||||
|         uses: actions/checkout@v4 | ||||
|       - | ||||
|         name: Prepare | ||||
|         id: prep | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue