From ba98fef62a57205e8775565ff9eb4dcefcbd746a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:14:47 +0100 Subject: [PATCH] chore(deps): update dependency pnpm/action-setup to v3 - abandoned (#59) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- version.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 978d18c..cdb4836 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} token: ${{ secrets.PROJEN_GITHUB_TOKEN }} - name: Setup pnpm - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 + uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d with: version: "8" - name: Setup Node.js @@ -104,7 +104,7 @@ jobs: run: cd dist && setfacl --restore=permissions-backup.acl continue-on-error: true - name: Setup pnpm - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 + uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d with: version: "8" - name: Prepare Repository diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba9d91b..2353d8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: git config user.name "github-actions" git config user.email "github-actions@github.com" - name: Setup pnpm - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 + uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d with: version: "8" - name: Setup Node.js @@ -101,7 +101,7 @@ jobs: run: cd dist && setfacl --restore=permissions-backup.acl continue-on-error: true - name: Setup pnpm - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 + uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d with: version: "8" - name: Prepare Repository diff --git a/version.json b/version.json index 0badbf7..474b79e 100644 --- a/version.json +++ b/version.json @@ -32,9 +32,9 @@ "manager": "github-actions" }, "pnpm/action-setup": { - "currentDigest": "d882d12c64e032187b2edb46d3a0d003b7a43598", - "currentValue": "v2.4.0", - "currentVersion": "v2.4.0", + "currentDigest": "a3252b78c470c02df07e9d59298aecedc3ccdd6d", + "currentValue": "v3.0.0", + "currentVersion": "v3.0.0", "datasource": "github-tags", "depType": "action", "manager": "github-actions"