summaryrefslogtreecommitdiff
path: root/.github/workflows/on-release-created.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/on-release-created.yml')
-rw-r--r--.github/workflows/on-release-created.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/on-release-created.yml b/.github/workflows/on-release-created.yml
index dc025646d5..069534bd53 100644
--- a/.github/workflows/on-release-created.yml
+++ b/.github/workflows/on-release-created.yml
@@ -29,7 +29,7 @@ jobs:
version: 8
run_install: false
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'