From be18fc013c019671b9fc3505238bf1615c4fbca9 Mon Sep 17 00:00:00 2001 From: bluecco Date: Mon, 6 May 2024 14:31:55 +0200 Subject: [PATCH] chore: update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bf6041..8f822f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false @@ -18,7 +18,7 @@ jobs: name: install-pnpm id: pnpm-install with: - version: 8 + version: 9 run_install: false - uses: actions/setup-node@v3