diff --git a/.github/workflows/oci-base.yaml b/.github/workflows/oci-base.yaml index d5b81059ce..2add081a77 100644 --- a/.github/workflows/oci-base.yaml +++ b/.github/workflows/oci-base.yaml @@ -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 }} diff --git a/.github/workflows/oci.yaml b/.github/workflows/oci.yaml index b8750cf780..633e955834 100644 --- a/.github/workflows/oci.yaml +++ b/.github/workflows/oci.yaml @@ -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') }} diff --git a/.github/workflows/perform-bazel-execution-comparison.yaml b/.github/workflows/perform-bazel-execution-comparison.yaml index e58f5dcc31..8dbc634927 100644 --- a/.github/workflows/perform-bazel-execution-comparison.yaml +++ b/.github/workflows/perform-bazel-execution-comparison.yaml @@ -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 diff --git a/.github/workflows/rabbitmq_peer_discovery_aws.yaml b/.github/workflows/rabbitmq_peer_discovery_aws.yaml index d2cff98632..516f491d1c 100644 --- a/.github/workflows/rabbitmq_peer_discovery_aws.yaml +++ b/.github/workflows/rabbitmq_peer_discovery_aws.yaml @@ -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') }} diff --git a/.github/workflows/test-authnz.yaml b/.github/workflows/test-authnz.yaml index 50c6487b4b..2d28ed047b 100644 --- a/.github/workflows/test-authnz.yaml +++ b/.github/workflows/test-authnz.yaml @@ -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') }} diff --git a/.github/workflows/test-erlang-git.yaml b/.github/workflows/test-erlang-git.yaml index e8eecac15c..076d9bc977 100644 --- a/.github/workflows/test-erlang-git.yaml +++ b/.github/workflows/test-erlang-git.yaml @@ -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') }} diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml index dbd705bd50..834a352397 100644 --- a/.github/workflows/test-mixed-versions.yaml +++ b/.github/workflows/test-mixed-versions.yaml @@ -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') }} diff --git a/.github/workflows/test-selenium.yaml b/.github/workflows/test-selenium.yaml index 2e18627018..ca832cd877 100644 --- a/.github/workflows/test-selenium.yaml +++ b/.github/workflows/test-selenium.yaml @@ -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') }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 378e4f9230..934bc68b4b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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') }}