From f6fb88d5ae91d5c9b2cdd6d2fe56477a0c62197a Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Wed, 1 Nov 2023 14:01:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=81=20Update=20`actions/setup-node`=20?= =?UTF-8?q?Action=20to=20`v4`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- .github/workflows/checks.yml | 6 +++--- .github/workflows/test-contracts.yml | 2 +- contracts/lib/forge-std | 2 +- hardhat.config.ts | 2 +- package.json | 2 +- yarn.lock | 14 +++++++------- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 5d45247..d29a64a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -34,7 +34,7 @@ jobs: ${{ runner.os }}-yarn- - name: Use Node.js ${{ matrix.node_version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node_version }} @@ -67,7 +67,7 @@ jobs: matrix: os: - ubuntu-latest - ruby-version: + ruby_version: - 3.2 steps: @@ -77,7 +77,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: ${{ matrix.ruby-version }} + ruby-version: ${{ matrix.ruby_version }} bundler-cache: true - name: Install awesome_bot diff --git a/.github/workflows/test-contracts.yml b/.github/workflows/test-contracts.yml index d64b705..e29901e 100644 --- a/.github/workflows/test-contracts.yml +++ b/.github/workflows/test-contracts.yml @@ -36,7 +36,7 @@ jobs: ${{ runner.os }}-yarn- - name: Use Node.js ${{ matrix.node_version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node_version }} diff --git a/contracts/lib/forge-std b/contracts/lib/forge-std index 6d27cc0..267acd3 160000 --- a/contracts/lib/forge-std +++ b/contracts/lib/forge-std @@ -1 +1 @@ -Subproject commit 6d27cc06fb2668965cbbc533d6ac3385c91a19a3 +Subproject commit 267acd30a625086b3f16e1a28cfe0c5097fa46b8 diff --git a/hardhat.config.ts b/hardhat.config.ts index ef95f12..1e7d2dc 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -63,7 +63,7 @@ const config: HardhatUserConfig = { }, }, zksolc: { - version: "1.3.15", + version: "1.3.16", compilerSource: "binary", settings: { isSystem: false, diff --git a/package.json b/package.json index 9b69d65..8d8491c 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "@typechain/hardhat": "^6.1.5", "@types/chai": "^4.3.9", "@types/mocha": "^10.0.3", - "@types/node": "^20.8.9", + "@types/node": "^20.8.10", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1", "chai": "^4.3.10", diff --git a/yarn.lock b/yarn.lock index e45f7c9..8d2326d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1456,9 +1456,9 @@ "@types/node" "*" "@types/bn.js@^5.1.0", "@types/bn.js@^5.1.1": - version "5.1.3" - resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-5.1.3.tgz#0857f00da3bf888a26a44b4a477c7819b17dacc5" - integrity sha512-wT1B4iIO82ecXkdN6waCK8Ou7E71WU+mP1osDA5Q8c6Ur+ozU2vIKUIhSpUr6uE5L2YHocKS1Z2jG2fBC1YVeg== + version "5.1.4" + resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-5.1.4.tgz#0853d5f92dfdbc8fe1ae60700411a60845fa7d27" + integrity sha512-ZtBd9L8hVtoBpPMSWfbwjC4dhQtJdlPS+e1A0Rydb7vg7bDcUwiRklPx24sMYtXcmAMST/k0Wze7JLbNU/5SkA== dependencies: "@types/node" "*" @@ -1538,10 +1538,10 @@ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.3.tgz#4804fe9cd39da26eb62fa65c15ea77615a187812" integrity sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ== -"@types/node@*", "@types/node@^20.8.9": - version "20.8.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.9.tgz#646390b4fab269abce59c308fc286dcd818a2b08" - integrity sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg== +"@types/node@*", "@types/node@^20.8.10": + version "20.8.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e" + integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w== dependencies: undici-types "~5.26.4"