Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #862 from EOSIO/dependabot/github_actions/develop/…
Browse files Browse the repository at this point in the history
…docker/setup-buildx-action-2a4b53665e15ce7d7049afb11ff1f70ff1610609

Bump docker/setup-buildx-action from 154c24e1f33dbb5865a021c99f1318cfebf27b32 to 1.1.2
  • Loading branch information
Brad Hart authored Apr 15, 2021
2 parents bd2f3b5 + 69c46b7 commit c707726
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@6520a2d2cb6db42c90c297c8025839c98e531268
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@154c24e1f33dbb5865a021c99f1318cfebf27b32
uses: docker/setup-buildx-action@2a4b53665e15ce7d7049afb11ff1f70ff1610609
- name: Login to DockerHub
uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@6520a2d2cb6db42c90c297c8025839c98e531268
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@154c24e1f33dbb5865a021c99f1318cfebf27b32
uses: docker/setup-buildx-action@2a4b53665e15ce7d7049afb11ff1f70ff1610609
- name: Login to DockerHub
uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
with:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@
"@blockone/eslint-config-blockone": "^4.0.0",
"@types/elliptic": "^6.4.12",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@types/node-fetch": "^2.5.9",
"@types/node": "^14.14.41",
"@types/node-fetch": "^2.5.10",
"@types/pako": "^1.0.1",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^3.0.0",
"crypto-browserify": "^3.12.0",
"cypress": "^6.9.1",
"eosjs-ecc": "^4.0.7",
"eslint": "^7.23.0",
"eslint": "^7.24.0",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"jest-fetch-mock": "^3.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.4",
"ts-jest": "^26.5.5",
"ts-loader": "^8.1.0",
"typescript": "^4.2.4",
"webpack": "^5.31.0",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
},
"jest": {
Expand Down
Loading

0 comments on commit c707726

Please sign in to comment.