From 8b94cdbd2ed9e17e5f597402cc44f877a725360e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 23 Sep 2020 00:05:01 +0200 Subject: [PATCH] :wrench: Use checkout v2 --- .github/workflows/benchmarks.yml | 3 +++ .github/workflows/coverity.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index c344738e..6c56696f 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -9,6 +9,9 @@ jobs: post-test-success: runs-on: ubuntu-latest steps: + + - uses: actions/checkout@v2 + - name: call the other repo env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index be15cc44..c62cd973 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Init submodules run: git submodule update --init util ast -- 2.43.0