From c447e483ce641bb32e484a0b6e8a0d8ab2fc36b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 13:01:26 +0000 Subject: [PATCH] chore(deps): bump andykenward/github-actions from 1.0.3 to 2.0.0 Bumps [andykenward/github-actions](https://github.com/andykenward/github-actions) from 1.0.3 to 2.0.0. - [Release notes](https://github.com/andykenward/github-actions/releases) - [Changelog](https://github.com/andykenward/github-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/andykenward/github-actions/compare/32471b1e0a5df8a09500a54b1254e3f0f881e52d...29a88e7e0d84f5c1de18a54e5435a7c9be824971) --- updated-dependencies: - dependency-name: andykenward/github-actions dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-dist.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 00283205..080249ba 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -32,7 +32,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 - - uses: andykenward/github-actions/setup-pnpm@32471b1e0a5df8a09500a54b1254e3f0f881e52d #v1.0.3 + - uses: andykenward/github-actions/setup-pnpm@29a88e7e0d84f5c1de18a54e5435a7c9be824971 #v2.0.0 with: node-version: 24 - name: Cache diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a0ad87cd..04603141 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} - - uses: andykenward/github-actions/setup-pnpm@32471b1e0a5df8a09500a54b1254e3f0f881e52d #v1.0.3 + - uses: andykenward/github-actions/setup-pnpm@29a88e7e0d84f5c1de18a54e5435a7c9be824971 #v2.0.0 with: node-version: 24 - name: Cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64ac6aa3..d6847a0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 - - uses: andykenward/github-actions/setup-pnpm@32471b1e0a5df8a09500a54b1254e3f0f881e52d #v1.0.3 + - uses: andykenward/github-actions/setup-pnpm@29a88e7e0d84f5c1de18a54e5435a7c9be824971 #v2.0.0 with: node-version: 24 - name: Cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e9b97ea..54a56290 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 - - uses: andykenward/github-actions/setup-pnpm@32471b1e0a5df8a09500a54b1254e3f0f881e52d #v1.0.3 + - uses: andykenward/github-actions/setup-pnpm@29a88e7e0d84f5c1de18a54e5435a7c9be824971 #v2.0.0 with: node-version: 24 - name: Cache diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 00e75e84..84c161e7 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 - - uses: andykenward/github-actions/setup-pnpm@32471b1e0a5df8a09500a54b1254e3f0f881e52d #v1.0.3 + - uses: andykenward/github-actions/setup-pnpm@29a88e7e0d84f5c1de18a54e5435a7c9be824971 #v2.0.0 with: node-version: 24 - name: Cache @@ -51,7 +51,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 - - uses: andykenward/github-actions/setup-pnpm@32471b1e0a5df8a09500a54b1254e3f0f881e52d #v1.0.3 + - uses: andykenward/github-actions/setup-pnpm@29a88e7e0d84f5c1de18a54e5435a7c9be824971 #v2.0.0 with: node-version: 24 - name: Cache