From 9eec4c86cf76a32aee35c8d91f0c6078818ae57f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:38:07 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3 to 4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-shared-android.yml | 2 +- .github/workflows/build-shared-ios.yml | 2 +- .github/workflows/lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-shared-android.yml b/.github/workflows/build-shared-android.yml index ef69bee95..aa780e28b 100644 --- a/.github/workflows/build-shared-android.yml +++ b/.github/workflows/build-shared-android.yml @@ -45,7 +45,7 @@ jobs: echo "PUBLIC_MAPBOX_TOKEN=${{ secrets.PUBLIC_MAPBOX_TOKEN }}" >> .env - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.tool-versions' cache: 'npm' diff --git a/.github/workflows/build-shared-ios.yml b/.github/workflows/build-shared-ios.yml index 5b12f3ff7..b33229c1a 100644 --- a/.github/workflows/build-shared-ios.yml +++ b/.github/workflows/build-shared-ios.yml @@ -57,7 +57,7 @@ jobs: echo "PUBLIC_MAPBOX_TOKEN =${{ secrets.PUBLIC_MAPBOX_TOKEN }}" >> .env - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.tool-versions' cache: 'npm' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7631a7301..fb65f356c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.tool-versions' cache: 'npm'