diff --git a/.env.example b/.env.example index 267469422..de753c1b6 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -# Copyright 2024 Circle Internet Financial, LTD. All rights reserved. +# Copyright 2024 Circle Internet Group, Inc. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/.eslintrc.js b/.eslintrc.js index c0f2eb1ed..6580bb89e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ /** - * Copyright 2023 Circle Internet Financial, LTD. All rights reserved. + * Copyright 2023 Circle Internet Group, Inc. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * diff --git a/.github/composite-actions/setup-ci/action.yml b/.github/composite-actions/setup-ci/action.yml index f07d4cda0..1a55f4a67 100644 --- a/.github/composite-actions/setup-ci/action.yml +++ b/.github/composite-actions/setup-ci/action.yml @@ -1,4 +1,4 @@ -# Copyright 2024 Circle Internet Financial, LTD. All rights reserved. +# Copyright 2024 Circle Internet Group, Inc. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # @@ -19,9 +19,9 @@ runs: using: composite steps: - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: "16.14.0" + node-version: "20.9.0" - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 @@ -40,7 +40,7 @@ runs: shell: bash - name: Retrieve cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/resources/coverage-report-template.md b/.github/resources/coverage-report-template.md index 9a0c5ddc0..e01f08e4e 100644 --- a/.github/resources/coverage-report-template.md +++ b/.github/resources/coverage-report-template.md @@ -1,5 +1,5 @@