Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump actions/checkout from 2 to 3 (#3282)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sudesh Shetty <sudesh.shetty@securekey.com>
  • Loading branch information
dependabot[bot] and sudeshrshetty authored Jul 19, 2022
1 parent f1f4560 commit 09e2843
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@v2
- uses: actions/checkout@v3

- 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@v2
- uses: actions/checkout@v3

- 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@v2
- uses: actions/checkout@v3

- 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@v2
- uses: actions/checkout@v3

- name: Run unit test
timeout-minutes: 15
Expand All @@ -91,7 +91,7 @@ jobs:
go-version: 1.17
id: go

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

- 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@v2
- uses: actions/checkout@v3

- 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@v1.0.0
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3

- 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@v2
- uses: actions/checkout@v3

- 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@v2
- uses: actions/checkout@v3

- name: Run test suite
timeout-minutes: 10
Expand Down

0 comments on commit 09e2843

Please sign in to comment.