diff --git a/.github/workflows/ci-cd-main.yml b/.github/workflows/ci-cd-main.yml index 27d263ee1..0484ad847 100644 --- a/.github/workflows/ci-cd-main.yml +++ b/.github/workflows/ci-cd-main.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - - uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0 + - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1 id: release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -33,7 +33,7 @@ jobs: uses: pnpm/action-setup@eae0cfeb286e66ffb5155f1a79b90583a127a68b # v2.4.1 if: ${{ steps.release.outputs.release_created }} with: - version: "9.12.3" + version: "9.15.9" # Ensure npm 11.5.1 or later for trusted publishing # https://github.com/orgs/community/discussions/173102 - name: Install npm@latest diff --git a/.github/workflows/ci-cd-pull-request.yml b/.github/workflows/ci-cd-pull-request.yml index fe960a06d..38932978b 100644 --- a/.github/workflows/ci-cd-pull-request.yml +++ b/.github/workflows/ci-cd-pull-request.yml @@ -21,7 +21,7 @@ jobs: - name: Setup PNPM uses: pnpm/action-setup@eae0cfeb286e66ffb5155f1a79b90583a127a68b # v2.4.1 with: - version: '9.12.3' + version: '9.15.9' - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index f79f5d082..0ef64df90 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -31,7 +31,7 @@ jobs: - name: Setup PNPM uses: pnpm/action-setup@eae0cfeb286e66ffb5155f1a79b90583a127a68b # v2.4.1 with: - version: '9.12.3' + version: '9.15.9' - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/workflow-deploy-storybook.yml b/.github/workflows/workflow-deploy-storybook.yml index 42ab1e240..ce87990f1 100644 --- a/.github/workflows/workflow-deploy-storybook.yml +++ b/.github/workflows/workflow-deploy-storybook.yml @@ -23,7 +23,7 @@ jobs: - name: Setup PNPM uses: pnpm/action-setup@eae0cfeb286e66ffb5155f1a79b90583a127a68b # v2.4.1 with: - version: '9.12.3' + version: '9.15.9' - run: pnpm install --frozen-lockfile - run: pnpm build-storybook - name: Deploy to GitHub Pages