Skip to content

Commit

Permalink
chore: Revert "chore(deps): bump actions/checkout from 2 to 3 (hyperl…
Browse files Browse the repository at this point in the history
…edger-archives#3282)"

This reverts commit 09e2843.
  • Loading branch information
fqutishat committed Jul 22, 2022
1 parent 09e2843 commit b021d92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bbs-interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -147,7 +147,7 @@ jobs:
with:
go-version: 1.17

- uses: actions/checkout@v3
- uses: actions/checkout@v2

- name: Run checks
timeout-minutes: 10
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b021d92

Please sign in to comment.