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