diff --git a/.github/workflows/release-v3.yml b/.github/workflows/release-v3.yml index f83bc151bf..578324c719 100644 --- a/.github/workflows/release-v3.yml +++ b/.github/workflows/release-v3.yml @@ -20,7 +20,7 @@ jobs: - name: Cache Node Modules and NPM Cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | node_modules