summaryrefslogtreecommitdiff
path: root/.github/workflows/perform-bazel-execution-comparison.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/perform-bazel-execution-comparison.yaml')
-rw-r--r--.github/workflows/perform-bazel-execution-comparison.yaml6
1 files changed, 3 insertions, 3 deletions
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