From e8f2a11c2daa05bdf1468e6154484673411d5e98 Mon Sep 17 00:00:00 2001 From: tim-hub Date: Sat, 14 Dec 2024 12:56:36 +1300 Subject: [PATCH] update release --- .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 c57f9a5..bc7f39d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4.2.2 with: submodules: recursive @@ -25,7 +25,7 @@ jobs: token: ${{ secrets.PAT }} file: 'README.md' - - uses: pnpm/action-setup@v2.1.0 + - uses: pnpm/action-setup@v4.0.0 with: version: 7.17.0 run_install: true