mirror of
				https://github.com/theoludwig/programming-challenges.git
				synced 2025-09-11 23:11:21 +02:00 
			
		
		
		
	build(deps): bump actions/setup-node from 2.5.0 to 2.5.1 (#13)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/challenges.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/challenges.yml
									
									
									
									
										vendored
									
									
								
							@@ -20,7 +20,7 @@ jobs:
 | 
			
		||||
          SKIP_LOGIN: true
 | 
			
		||||
 | 
			
		||||
      - name: 'Use Node.js'
 | 
			
		||||
        uses: 'actions/setup-node@v2.5.0'
 | 
			
		||||
        uses: 'actions/setup-node@v2.5.1'
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: '16.x'
 | 
			
		||||
          cache: 'npm'
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										6
									
								
								.github/workflows/cli.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/cli.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,7 +13,7 @@ jobs:
 | 
			
		||||
      - uses: 'actions/checkout@v2'
 | 
			
		||||
 | 
			
		||||
      - name: 'Use Node.js'
 | 
			
		||||
        uses: 'actions/setup-node@v2.5.0'
 | 
			
		||||
        uses: 'actions/setup-node@v2.5.1'
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: '16.x'
 | 
			
		||||
          cache: 'npm'
 | 
			
		||||
@@ -32,7 +32,7 @@ jobs:
 | 
			
		||||
      - uses: 'actions/checkout@v2'
 | 
			
		||||
 | 
			
		||||
      - name: 'Use Node.js'
 | 
			
		||||
        uses: 'actions/setup-node@v2.5.0'
 | 
			
		||||
        uses: 'actions/setup-node@v2.5.1'
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: '16.x'
 | 
			
		||||
          cache: 'npm'
 | 
			
		||||
@@ -54,7 +54,7 @@ jobs:
 | 
			
		||||
          SKIP_LOGIN: true
 | 
			
		||||
 | 
			
		||||
      - name: 'Use Node.js'
 | 
			
		||||
        uses: 'actions/setup-node@v2.5.0'
 | 
			
		||||
        uses: 'actions/setup-node@v2.5.1'
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: '16.x'
 | 
			
		||||
          cache: 'npm'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user