From 9cf4ee2b489c62bcefc0911a9590127b4b858980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:09:42 +0000 Subject: [PATCH] Bump pnpm/action-setup Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from c5ba7f7862a0f64c1b1a05fbac13e0b8e86ba08c to 41ff72655975bd51cab0327fa583b6e92b6d3061. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/c5ba7f7862a0f64c1b1a05fbac13e0b8e86ba08c...41ff72655975bd51cab0327fa583b6e92b6d3061) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 41ff72655975bd51cab0327fa583b6e92b6d3061 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/submit.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index 527fa02..9ca8e3e 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -26,7 +26,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@c5ba7f7862a0f64c1b1a05fbac13e0b8e86ba08c # pin@v4 + - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # pin@v4 with: version: latest run_install: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96b0c95..fe1782f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # pin@v5 - - uses: pnpm/action-setup@c5ba7f7862a0f64c1b1a05fbac13e0b8e86ba08c # pin@v4 + - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # pin@v4 with: version: latest - name: Use Node.js 20.x