Bump actions/cache from 4.0.1 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									8cd29a1abd
								
							
						
					
					
						commit
						9463d05eb1
					
				| 
						 | 
				
			
			@ -25,7 +25,7 @@ jobs:
 | 
			
		|||
        run: echo ${{ steps.buildx.outputs.platforms }}
 | 
			
		||||
 | 
			
		||||
      - name: Cache Docker layers
 | 
			
		||||
        uses: actions/cache@v4.0.1
 | 
			
		||||
        uses: actions/cache@v4.0.2
 | 
			
		||||
        with:
 | 
			
		||||
          path: /tmp/.buildx-cache
 | 
			
		||||
          key: ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.event.pull_request.head.sha || github.sha }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,7 +42,7 @@ jobs:
 | 
			
		|||
        uses: actions/checkout@v4
 | 
			
		||||
 | 
			
		||||
      - name: Mount Bazel Cache
 | 
			
		||||
        uses: actions/cache@v4.0.1
 | 
			
		||||
        uses: actions/cache@v4.0.2
 | 
			
		||||
        with:
 | 
			
		||||
          path: "/home/runner/repo-cache/"
 | 
			
		||||
          key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -87,7 +87,7 @@ jobs:
 | 
			
		|||
        repository: bazelbuild/bazel
 | 
			
		||||
        path: bazel
 | 
			
		||||
    - name: MOUNT BAZEL CACHE
 | 
			
		||||
      uses: actions/cache@v4.0.1
 | 
			
		||||
      uses: actions/cache@v4.0.2
 | 
			
		||||
      with:
 | 
			
		||||
        path: "/home/runner/.cache/bazel"
 | 
			
		||||
        key: bazel
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -30,7 +30,7 @@ jobs:
 | 
			
		|||
        repo-token: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
        wait-interval: 30 # seconds
 | 
			
		||||
    - name: MOUNT BAZEL CACHE
 | 
			
		||||
      uses: actions/cache@v4.0.1
 | 
			
		||||
      uses: actions/cache@v4.0.2
 | 
			
		||||
      with:
 | 
			
		||||
        path: "/home/runner/repo-cache/"
 | 
			
		||||
        key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -54,7 +54,7 @@ jobs:
 | 
			
		|||
        elixir-version: ${{ matrix.elixir_version }}
 | 
			
		||||
 | 
			
		||||
    - name: Mount Bazel Cache
 | 
			
		||||
      uses: actions/cache@v4.0.1
 | 
			
		||||
      uses: actions/cache@v4.0.2
 | 
			
		||||
      with:
 | 
			
		||||
        path: "/home/runner/repo-cache/"
 | 
			
		||||
        key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,7 +12,7 @@ jobs:
 | 
			
		|||
    - name: CHECKOUT REPOSITORY
 | 
			
		||||
      uses: actions/checkout@v4
 | 
			
		||||
    - name: MOUNT BAZEL CACHE
 | 
			
		||||
      uses: actions/cache@v4.0.1
 | 
			
		||||
      uses: actions/cache@v4.0.2
 | 
			
		||||
      with:
 | 
			
		||||
        path: "/home/runner/repo-cache/"
 | 
			
		||||
        key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -72,7 +72,7 @@ jobs:
 | 
			
		|||
        path: secondary-umbrella
 | 
			
		||||
    - name: MOUNT BAZEL CACHE
 | 
			
		||||
      if: env.exists != 'true'
 | 
			
		||||
      uses: actions/cache@v4.0.1
 | 
			
		||||
      uses: actions/cache@v4.0.2
 | 
			
		||||
      with:
 | 
			
		||||
        path: "/home/runner/repo-cache/"
 | 
			
		||||
        key: repo-cache-secondary-umbrella-${{ hashFiles('primary-umbrella/MODULE.bazel','primary-umbrella/WORKSPACE','primary-umbrella/bazel/bzlmod/secondary_umbrella.bzl') }}
 | 
			
		||||
| 
						 | 
				
			
			@ -140,7 +140,7 @@ jobs:
 | 
			
		|||
    - name: CHECKOUT REPOSITORY
 | 
			
		||||
      uses: actions/checkout@v4
 | 
			
		||||
    - name: MOUNT BAZEL CACHE
 | 
			
		||||
      uses: actions/cache@v4.0.1
 | 
			
		||||
      uses: actions/cache@v4.0.2
 | 
			
		||||
      with:
 | 
			
		||||
        path: "/home/runner/repo-cache/"
 | 
			
		||||
        key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -51,7 +51,7 @@ jobs:
 | 
			
		|||
        elixir-version: ${{ matrix.elixir_version }}
 | 
			
		||||
 | 
			
		||||
    - name: Mount Bazel Cache
 | 
			
		||||
      uses: actions/cache@v4.0.1
 | 
			
		||||
      uses: actions/cache@v4.0.2
 | 
			
		||||
      with:
 | 
			
		||||
        path: "/home/runner/repo-cache/"
 | 
			
		||||
        key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,7 +42,7 @@ jobs:
 | 
			
		|||
    - name: CHECKOUT REPOSITORY
 | 
			
		||||
      uses: actions/checkout@v4
 | 
			
		||||
    - name: MOUNT BAZEL CACHE
 | 
			
		||||
      uses: actions/cache@v4.0.1
 | 
			
		||||
      uses: actions/cache@v4.0.2
 | 
			
		||||
      with:
 | 
			
		||||
        path: "/home/runner/repo-cache/"
 | 
			
		||||
        key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue