forked from rabbitmq/rabbitmq-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rabbitmq#5952 from rabbitmq/dependabot/github_acti…
…ons/main/actions/cache-3.0.9 Bump actions/cache from 3.0.8 to 3.0.9
- Loading branch information
Showing
9 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
run: echo ${{ steps.buildx.outputs.platforms }} | ||
|
||
- name: Cache Docker layers | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.event.pull_request.head.sha || github.sha }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
sed -i"_orig" -E '/APP_VERSION/ s/3\.[0-9]+\.[0-9]+/${{ github.event.pull_request.head.sha || github.sha }}/' rabbitmq.bzl | ||
- name: Mount Bazel Cache | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: "/home/runner/repo-cache/" | ||
key: repo-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ jobs: | |
repository: bazelbuild/bazel | ||
path: bazel | ||
- name: MOUNT BAZEL CACHE | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: "/home/runner/.cache/bazel" | ||
key: bazel | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
wait-interval: 30 # seconds | ||
- name: MOUNT BAZEL CACHE | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: "/home/runner/repo-cache/" | ||
key: repo-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,7 +114,7 @@ jobs: | |
git diff | ||
- name: Mount Bazel Cache | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: "/home/runner/repo-cache/" | ||
key: repo-cache-secondary-umbrella | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- name: CHECKOUT REPOSITORY | ||
uses: actions/checkout@v3 | ||
- name: MOUNT BAZEL CACHE | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: "/home/runner/repo-cache/" | ||
key: repo-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
- name: CHECKOUT REPOSITORY | ||
uses: actions/checkout@v3 | ||
- name: MOUNT BAZEL CACHE | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: "/home/runner/repo-cache/" | ||
key: repo-cache | ||
|
@@ -88,7 +88,7 @@ jobs: | |
otp-version: ${{ matrix.erlang_version }} | ||
elixir-version: ${{ matrix.elixir_version }} | ||
- name: MOUNT BAZEL CACHE | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: "/home/runner/repo-cache/" | ||
key: repo-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
elixir-version: ${{ matrix.elixir_version }} | ||
|
||
- name: Mount Bazel Cache | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: "/home/runner/repo-cache/" | ||
key: repo-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
- name: CHECKOUT REPOSITORY | ||
uses: actions/checkout@v3 | ||
- name: MOUNT BAZEL CACHE | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: "/home/runner/repo-cache/" | ||
key: repo-cache | ||
|
@@ -90,7 +90,7 @@ jobs: | |
otp-version: ${{ matrix.erlang_version }} | ||
elixir-version: ${{ matrix.elixir_version }} | ||
- name: MOUNT BAZEL CACHE | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: "/home/runner/repo-cache/" | ||
key: repo-cache | ||
|