Update actions/setup-node action to v4

This commit is contained in:
renovate[bot]
2023-10-23 16:19:30 +00:00
committed by GitHub
parent 5c09a60dcb
commit 456ed6656a
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Yarn cache
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: "yarn"
- name: Install dependencies