Update actions/checkout action to v5 #13
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -9,7 +9,7 @@ jobs:
 | 
				
			||||||
    container:
 | 
					    container:
 | 
				
			||||||
      image: node:21-bullseye # Required by actions/checkout and actions/upload-artifact
 | 
					      image: node:21-bullseye # Required by actions/checkout and actions/upload-artifact
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v5
 | 
				
			||||||
      - name: Install dependencies
 | 
					      - name: Install dependencies
 | 
				
			||||||
        run: npm install
 | 
					        run: npm install
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue