mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	Bump actions/cache from 2.1.5 to 2.1.6 (#4)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -20,7 +20,7 @@ jobs:
 | 
			
		||||
      run: npm i yarn --global
 | 
			
		||||
 | 
			
		||||
    - name: Cache Node Modules
 | 
			
		||||
      uses: actions/cache@v2.1.5
 | 
			
		||||
      uses: actions/cache@v2.1.6
 | 
			
		||||
      with:
 | 
			
		||||
        path: .cache
 | 
			
		||||
        key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							@@ -20,7 +20,7 @@ jobs:
 | 
			
		||||
      run: npm i yarn --global
 | 
			
		||||
 | 
			
		||||
    - name: Cache Node Modules
 | 
			
		||||
      uses: actions/cache@v2.1.5
 | 
			
		||||
      uses: actions/cache@v2.1.6
 | 
			
		||||
      with:
 | 
			
		||||
        path: .cache
 | 
			
		||||
        key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user