From 98fa6558416b7934cab26e958dd1b4157ff7b386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:06:44 +0000 Subject: Bump actions/checkout from 2.3.5 to 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] --- .github/workflows/oci.yaml | 2 +- .github/workflows/perform-bazel-execution-comparison.yaml | 6 +++--- .github/workflows/rabbitmq_peer_discovery_aws.yaml | 2 +- .github/workflows/test-erlang-git.yaml | 2 +- .github/workflows/test-mixed-versions.yaml | 4 ++-- .github/workflows/test.yaml | 4 ++-- .github/workflows/update-otp-for-oci.yaml | 2 +- .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 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: | -- cgit v1.2.1