Merge pull request #19415 from Homebrew/dependabot/github_actions/actions/cache-4.2.2
build(deps): bump actions/cache from 4.2.1 to 4.2.2
This commit is contained in:
		
						commit
						49ddff7026
					
				
							
								
								
									
										2
									
								
								.github/workflows/autogenerated-files.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/autogenerated-files.yml
									
									
									
									
										vendored
									
									
								
							@ -34,7 +34,7 @@ jobs:
 | 
				
			|||||||
          test-bot: true
 | 
					          test-bot: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Cache Bundler RubyGems
 | 
					      - name: Cache Bundler RubyGems
 | 
				
			||||||
        uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
 | 
					        uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: ${{ steps.set-up-homebrew.outputs.gems-path }}
 | 
					          path: ${{ steps.set-up-homebrew.outputs.gems-path }}
 | 
				
			||||||
          key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
 | 
					          key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
 | 
				
			||||||
 | 
				
			|||||||
@ -50,7 +50,7 @@ jobs:
 | 
				
			|||||||
          signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
 | 
					          signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Cache Bundler RubyGems
 | 
					      - name: Cache Bundler RubyGems
 | 
				
			||||||
        uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
 | 
					        uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: ${{ steps.set-up-homebrew.outputs.gems-path }}
 | 
					          path: ${{ steps.set-up-homebrew.outputs.gems-path }}
 | 
				
			||||||
          key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
 | 
					          key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										14
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							@ -40,7 +40,7 @@ jobs:
 | 
				
			|||||||
          test-bot: false
 | 
					          test-bot: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Cache Bundler RubyGems
 | 
					      - name: Cache Bundler RubyGems
 | 
				
			||||||
        uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
 | 
					        uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: ${{ steps.set-up-homebrew.outputs.gems-path }}
 | 
					          path: ${{ steps.set-up-homebrew.outputs.gems-path }}
 | 
				
			||||||
          key: ${{ runner.os }}-rubygems-syntax-${{ steps.set-up-homebrew.outputs.gems-hash }}
 | 
					          key: ${{ runner.os }}-rubygems-syntax-${{ steps.set-up-homebrew.outputs.gems-hash }}
 | 
				
			||||||
@ -53,7 +53,7 @@ jobs:
 | 
				
			|||||||
        run: brew install shellcheck shfmt
 | 
					        run: brew install shellcheck shfmt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Cache style cache
 | 
					      - name: Cache style cache
 | 
				
			||||||
        uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
 | 
					        uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: ~/.cache/Homebrew/style
 | 
					          path: ~/.cache/Homebrew/style
 | 
				
			||||||
          key: syntax-style-cache-${{ github.sha }}
 | 
					          key: syntax-style-cache-${{ github.sha }}
 | 
				
			||||||
@ -92,7 +92,7 @@ jobs:
 | 
				
			|||||||
          test-bot: true
 | 
					          test-bot: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Cache Bundler RubyGems
 | 
					      - name: Cache Bundler RubyGems
 | 
				
			||||||
        uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
 | 
					        uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: ${{ steps.set-up-homebrew.outputs.gems-path }}
 | 
					          path: ${{ steps.set-up-homebrew.outputs.gems-path }}
 | 
				
			||||||
          key: ${{ runner.os }}-rubygems-tap-syntax-${{ steps.set-up-homebrew.outputs.gems-hash }}
 | 
					          key: ${{ runner.os }}-rubygems-tap-syntax-${{ steps.set-up-homebrew.outputs.gems-hash }}
 | 
				
			||||||
@ -102,7 +102,7 @@ jobs:
 | 
				
			|||||||
        run: brew install-bundler-gems --groups=style
 | 
					        run: brew install-bundler-gems --groups=style
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Cache style cache
 | 
					      - name: Cache style cache
 | 
				
			||||||
        uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
 | 
					        uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: ~/.cache/Homebrew/style
 | 
					          path: ~/.cache/Homebrew/style
 | 
				
			||||||
          key: tap-syntax-style-cache-${{ github.sha }}
 | 
					          key: tap-syntax-style-cache-${{ github.sha }}
 | 
				
			||||||
@ -279,7 +279,7 @@ jobs:
 | 
				
			|||||||
          test-bot: false
 | 
					          test-bot: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Cache Bundler RubyGems
 | 
					      - name: Cache Bundler RubyGems
 | 
				
			||||||
        uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
 | 
					        uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: ${{ steps.set-up-homebrew.outputs.gems-path }}
 | 
					          path: ${{ steps.set-up-homebrew.outputs.gems-path }}
 | 
				
			||||||
          key: ${{ matrix.runs-on }}-tests-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
 | 
					          key: ${{ matrix.runs-on }}-tests-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
 | 
				
			||||||
@ -294,7 +294,7 @@ jobs:
 | 
				
			|||||||
        run: mkdir tests
 | 
					        run: mkdir tests
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Cache parallel tests log
 | 
					      - name: Cache parallel tests log
 | 
				
			||||||
        uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
 | 
					        uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: tests
 | 
					          path: tests
 | 
				
			||||||
          key: ${{ runner.os }}-${{ matrix.test-flags }}-parallel_runtime_rspec-${{ github.sha }}
 | 
					          key: ${{ runner.os }}-${{ matrix.test-flags }}-parallel_runtime_rspec-${{ github.sha }}
 | 
				
			||||||
@ -415,7 +415,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    - name: Cache Homebrew Bundler RubyGems
 | 
					    - name: Cache Homebrew Bundler RubyGems
 | 
				
			||||||
      id: cache
 | 
					      id: cache
 | 
				
			||||||
      uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
 | 
					      uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        path: ${{ steps.set-up-homebrew.outputs.gems-path }}
 | 
					        path: ${{ steps.set-up-homebrew.outputs.gems-path }}
 | 
				
			||||||
        key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
 | 
					        key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user