build(deps): bump actions/checkout from 3.2.0 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
				
					committed by
					
						
						Kagami Sascha Rosylight
					
				
			
			
				
	
			
			
			
						parent
						
							34d5440f3a
						
					
				
				
					commit
					f5985d53e5
				
			
							
								
								
									
										4
									
								
								.github/workflows/storybook.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/storybook.yml
									
									
									
									
										vendored
									
									
								
							@@ -15,12 +15,12 @@ jobs:
 | 
			
		||||
      NODE_OPTIONS: "--max_old_space_size=7168"
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v3.3.0
 | 
			
		||||
    - uses: actions/checkout@v3.5.3
 | 
			
		||||
      if: github.event_name != 'pull_request_target'
 | 
			
		||||
      with:
 | 
			
		||||
        fetch-depth: 0
 | 
			
		||||
        submodules: true
 | 
			
		||||
    - uses: actions/checkout@v3.3.0
 | 
			
		||||
    - uses: actions/checkout@v3.5.3
 | 
			
		||||
      if: github.event_name == 'pull_request_target'
 | 
			
		||||
      with:
 | 
			
		||||
        fetch-depth: 0
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user