From b021d926c9819d99ca6ff9bb5d91291f96d9ca73 Mon Sep 17 00:00:00 2001 From: Firas Qutishat Date: Fri, 22 Jul 2022 15:18:04 -0400 Subject: [PATCH] chore: Revert "chore(deps): bump actions/checkout from 2 to 3 (#3282)" This reverts commit 09e2843f36f39cfd51b481e84424890f3b3f27ae. --- .github/workflows/bbs-interop.yml | 2 +- .github/workflows/build.yml | 16 ++++++++-------- .github/workflows/test-suite.yml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/bbs-interop.yml b/.github/workflows/bbs-interop.yml index 626a27d91f..2040953b3d 100644 --- a/.github/workflows/bbs-interop.yml +++ b/.github/workflows/bbs-interop.yml @@ -50,7 +50,7 @@ jobs: timeout-minutes: 10 run: npm install -g mocha - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Run test suite timeout-minutes: 10 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e05d6e450f..28908321a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: go-version: 1.17 id: go - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Skip tests that require Docker on macOS (issue-2183) if: matrix.os == 'macOS-10.15' @@ -55,7 +55,7 @@ jobs: go-version: 1.17 id: go - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Run unit test (Ursa/CL) timeout-minutes: 15 @@ -73,7 +73,7 @@ jobs: go-version: 1.17 id: go - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Run unit test timeout-minutes: 15 @@ -91,7 +91,7 @@ jobs: go-version: 1.17 id: go - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Run unit test wasm timeout-minutes: 10 @@ -115,7 +115,7 @@ jobs: node-version: 12.14.x registry-url: "https://npm.pkg.github.com" - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Run BDD test timeout-minutes: 45 @@ -131,7 +131,7 @@ jobs: name: repolint runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1.0.0 - name: repolinter uses: philips-labs/github-action-repolinter@v1.0.0 env: @@ -147,7 +147,7 @@ jobs: with: go-version: 1.17 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Run checks timeout-minutes: 10 @@ -172,7 +172,7 @@ jobs: node-version: 12.14.x registry-url: "https://npm.pkg.github.com" - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Publish docker images run: | diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 4e44ee30b5..5d6a021949 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -41,7 +41,7 @@ jobs: timeout-minutes: 10 run: npm install -g mocha - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Run test suite timeout-minutes: 10