From 3e5db0143df6476d517b833ce4d1eb08f6dba9ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:20:33 +0000 Subject: [PATCH] Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [pnpm/action-setup](https://github.com/pnpm/action-setup) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8) Updates `pnpm/action-setup` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/a7487c7e89a18df4991f7f222e4898a00d66ddda...41ff72655975bd51cab0327fa583b6e92b6d3061) Updates `actions/setup-node` from 4.3.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/cdca7365b2dadb8aad0a33bc7601856ffabcc48e...2028fbc5c25fe9cf00d9f06a71cc4710d4507903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pnpm/action-setup dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/deploy.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8082227..f8dd1a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,13 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" + - uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" with: submodules: true - - uses: "pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda" + - uses: "pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061" with: version: "latest" - - uses: "actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e" + - uses: "actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903" with: node-version-file: ".nvmrc" cache: "pnpm" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 26305ed..014358e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,13 +14,13 @@ jobs: permissions: contents: "write" steps: - - uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" + - uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" with: submodules: true - - uses: "pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda" + - uses: "pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061" with: version: "latest" - - uses: "actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e" + - uses: "actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903" with: node-version-file: ".nvmrc" cache: "pnpm"