summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-02 18:06:44 +0000
committerGitHub <noreply@github.com>2021-11-02 18:06:44 +0000
commit98fa6558416b7934cab26e958dd1b4157ff7b386 (patch)
tree224f1fa1a87511352218f6365adb94d3a1b65e88
parent76287fb30cc58cf20a9eaa227484b8a627dc742b (diff)
downloadrabbitmq-server-git-dependabot/github_actions/actions/checkout-2.4.0.tar.gz
Bump actions/checkout from 2.3.5 to 2.4.0dependabot/github_actions/actions/checkout-2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/oci.yaml2
-rw-r--r--.github/workflows/perform-bazel-execution-comparison.yaml6
-rw-r--r--.github/workflows/rabbitmq_peer_discovery_aws.yaml2
-rw-r--r--.github/workflows/test-erlang-git.yaml2
-rw-r--r--.github/workflows/test-mixed-versions.yaml4
-rw-r--r--.github/workflows/test.yaml4
-rw-r--r--.github/workflows/update-otp-for-oci.yaml2
-rw-r--r--.github/workflows/update-rbe-images.yaml2
8 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/oci.yaml b/.github/workflows/oci.yaml
index fb86c08c7a..9ef65049a1 100644
--- a/.github/workflows/oci.yaml
+++ b/.github/workflows/oci.yaml
@@ -39,7 +39,7 @@ jobs:
- otp-max
steps:
- name: Checkout
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
- name: Load version info
id: load-info
diff --git a/.github/workflows/perform-bazel-execution-comparison.yaml b/.github/workflows/perform-bazel-execution-comparison.yaml
index 380060fd8a..8a6acf5466 100644
--- a/.github/workflows/perform-bazel-execution-comparison.yaml
+++ b/.github/workflows/perform-bazel-execution-comparison.yaml
@@ -16,7 +16,7 @@ jobs:
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
- name: CONFIGURE BAZEL
run: |
echo "${{ secrets.BUILDBUDDY_CERT }}" > buildbuddy-cert.pem
@@ -45,7 +45,7 @@ jobs:
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
- name: CONFIGURE BAZEL
run: |
echo "${{ secrets.BUILDBUDDY_CERT }}" > buildbuddy-cert.pem
@@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: CHECKOUT BAZEL
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
with:
repository: bazelbuild/bazel
path: bazel
diff --git a/.github/workflows/rabbitmq_peer_discovery_aws.yaml b/.github/workflows/rabbitmq_peer_discovery_aws.yaml
index 408cdaf316..f3da1d416a 100644
--- a/.github/workflows/rabbitmq_peer_discovery_aws.yaml
+++ b/.github/workflows/rabbitmq_peer_discovery_aws.yaml
@@ -19,7 +19,7 @@ jobs:
timeout-minutes: 45
steps:
- name: CHECKOUT REPOSITORY
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
- name: WAIT FOR OCI IMAGE WORKFLOW
uses: lewagon/wait-on-check-action@v1.1.1
with:
diff --git a/.github/workflows/test-erlang-git.yaml b/.github/workflows/test-erlang-git.yaml
index 40415e8da5..0519ac58f1 100644
--- a/.github/workflows/test-erlang-git.yaml
+++ b/.github/workflows/test-erlang-git.yaml
@@ -10,7 +10,7 @@ jobs:
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
- name: UPDATE RBE IMAGE SHA
env:
IMAGE: pivotalrabbitmq/rabbitmq-server-buildenv
diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml
index 812a307365..33bf56cdbf 100644
--- a/.github/workflows/test-mixed-versions.yaml
+++ b/.github/workflows/test-mixed-versions.yaml
@@ -34,7 +34,7 @@ jobs:
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
- name: CONFIGURE BAZEL
run: |
echo "${{ secrets.BUILDBUDDY_CERT }}" > buildbuddy-cert.pem
@@ -66,7 +66,7 @@ jobs:
timeout-minutes: 60
steps:
- name: CHECKOUT REPOSITORY
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
- name: CONFIGURE OTP & ELIXIR
uses: erlef/setup-beam@v1.9
with:
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 7f3886e424..2d21cefd72 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -26,7 +26,7 @@ jobs:
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
- name: CONFIGURE BAZEL
run: |
echo "${{ secrets.BUILDBUDDY_CERT }}" > buildbuddy-cert.pem
@@ -60,7 +60,7 @@ jobs:
timeout-minutes: 60
steps:
- name: CHECKOUT REPOSITORY
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
- name: CONFIGURE OTP & ELIXIR
uses: erlef/setup-beam@v1.9
with:
diff --git a/.github/workflows/update-otp-for-oci.yaml b/.github/workflows/update-otp-for-oci.yaml
index bd20a4fc1f..d7acd89cd4 100644
--- a/.github/workflows/update-otp-for-oci.yaml
+++ b/.github/workflows/update-otp-for-oci.yaml
@@ -18,7 +18,7 @@ jobs:
timeout-minutes: 10
steps:
- name: CHECKOUT REPOSITORY
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
- name: SKIP IF THE PR ALREADY EXISTS
id: check-for-branch
run: |
diff --git a/.github/workflows/update-rbe-images.yaml b/.github/workflows/update-rbe-images.yaml
index 6f348bddb3..aa6be4ba7c 100644
--- a/.github/workflows/update-rbe-images.yaml
+++ b/.github/workflows/update-rbe-images.yaml
@@ -21,7 +21,7 @@ jobs:
timeout-minutes: 10
steps:
- name: CHECKOUT REPOSITORY
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
- name: SKIP IF THE PR ALREADY EXISTS
id: check-for-branch
run: |