diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-15 18:09:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 18:09:04 +0000 |
commit | 589a70788c1c4971bcdd27be96687c2b1b6defe6 (patch) | |
tree | c20f7bf6958f8a76dced5e71d3dfa62a31735d18 | |
parent | 4c2c4bc9b3e3b9d9a9c51205639fcd2ade316b36 (diff) | |
download | rabbitmq-server-git-dependabot/github_actions/actions/checkout-2.3.5.tar.gz |
Bump actions/checkout from 2.3.4 to 2.3.5dependabot/github_actions/actions/checkout-2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [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.4...v2.3.5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/oci.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/perform-bazel-execution-comparison.yaml | 6 | ||||
-rw-r--r-- | .github/workflows/rabbitmq_peer_discovery_aws.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test-erlang-git.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test-mixed-versions.yaml | 4 | ||||
-rw-r--r-- | .github/workflows/test.yaml | 4 | ||||
-rw-r--r-- | .github/workflows/update-otp-for-oci.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/update-rbe-images.yaml | 2 |
8 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/oci.yaml b/.github/workflows/oci.yaml index 4f23eae28d..fb86c08c7a 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.4 + uses: actions/checkout@v2.3.5 - 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 5c14dc982c..380060fd8a 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.4 + uses: actions/checkout@v2.3.5 - 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.4 + uses: actions/checkout@v2.3.5 - 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.4 + uses: actions/checkout@v2.3.5 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 677236265e..408cdaf316 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.4 + uses: actions/checkout@v2.3.5 - 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 4e0affbd6c..40415e8da5 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.4 + uses: actions/checkout@v2.3.5 - 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 5737efe699..812a307365 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.4 + uses: actions/checkout@v2.3.5 - 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.4 + uses: actions/checkout@v2.3.5 - name: CONFIGURE OTP & ELIXIR uses: erlef/setup-beam@v1.9 with: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d0fcd3df0f..7f3886e424 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.4 + uses: actions/checkout@v2.3.5 - 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.4 + uses: actions/checkout@v2.3.5 - 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 49d5f6ab6e..bd20a4fc1f 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.4 + uses: actions/checkout@v2.3.5 - 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 6954e5593e..6f348bddb3 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.4 + uses: actions/checkout@v2.3.5 - name: SKIP IF THE PR ALREADY EXISTS id: check-for-branch run: | |