From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:50:16 +0000 (-0500) Subject: Bump pnpm/action-setup from 2.4.0 to 3.0.0 (#11664) X-Git-Tag: v4.4.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfce645fd35a14c83e55d7545e4e486ad156b3db;p=thirdparty%2FChart.js.git Bump pnpm/action-setup from 2.4.0 to 3.0.0 (#11664) Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aa57e947..6d76e56da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v3.0.0 - name: Use Node.js uses: actions/setup-node@v4 with: diff --git a/.github/workflows/compressed-size.yml b/.github/workflows/compressed-size.yml index 07c291e88..470757f53 100644 --- a/.github/workflows/compressed-size.yml +++ b/.github/workflows/compressed-size.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v3.0.0 - uses: preactjs/compressed-size-action@v2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 58c3dda4b..bae55bd9f 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v3.0.0 - name: Use Node.js uses: actions/setup-node@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 690894f5c..309155924 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v3.0.0 - uses: actions/setup-node@v4 with: registry-url: https://registry.npmjs.org/ @@ -72,7 +72,7 @@ jobs: if: "!github.event.release.prerelease" steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v3.0.0 - uses: actions/setup-node@v4 with: registry-url: https://registry.npmjs.org/