From 8382f8ee58a3d9ca47f102c8ff338ed1e34927d9 Mon Sep 17 00:00:00 2001 From: rabi-siddique Date: Mon, 18 Nov 2024 14:37:10 +0500 Subject: [PATCH] ci: update checkout and cache --- .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 1ccc3cb6f..2848b6289 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: master @@ -34,7 +34,7 @@ jobs: continue-on-error: true - name: Setup cache - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # pin@v2 + uses: actions/cache@v4 with: path: | .pnpm-store