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

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 12, 2021
1 parent f0a1779 commit decd074
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: technote-space/[email protected]
id: git_diff
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Use Node.js
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@development
- uses: actions/checkout@v2.3.4
- uses: gaurav-nelson/[email protected]
with:
folder-path: "docs"
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: technote-space/[email protected]
with:
SUFFIX_FILTER: |
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/[email protected]
with:
go-version: 1.15
Expand All @@ -30,7 +30,7 @@ jobs:
split-test-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Create a file with all the pkgs
run: go list ./... | grep -Ev 'vendor|importer|rpc/tester' > pkgs.txt
- name: Split pkgs into 4 files
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
needs: split-test-files
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/[email protected]
with:
go-version: 1.15
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
needs: split-test-files
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/[email protected]
with:
go-version: 1.15
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
needs: split-test-files
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/[email protected]
with:
go-version: 1.15
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
needs: split-test-files
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/[email protected]
with:
go-version: 1.15
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/[email protected]
with:
go-version: 1.15
Expand All @@ -233,7 +233,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: technote-space/[email protected]
id: git_diff
with:
Expand Down

0 comments on commit decd074

Please sign in to comment.