From 7944b823dceddc288c2f9ed990dfda8f050151c9 Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Fri, 23 Aug 2024 17:28:39 +0200 Subject: [PATCH] fml --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c996d233d..b587f42fc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: os: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.4.1 + - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} @@ -44,7 +44,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.4.1 + - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v3 with: node-version: 16 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc7769b473..fe5ce6fc7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - - uses: pnpm/action-setup@v2.4.1 + - uses: pnpm/action-setup@v4 - name: Setup Node.js uses: actions/setup-node@v3 with: