build(deps): bump the github group with 1 update (#1223)

This commit is contained in:
dependabot[bot] 2023-10-28 10:02:05 +00:00 committed by GitHub
parent 19041de567
commit 69f7cce116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Node - name: Set up Node
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: '18.17.0' node-version: '18.17.0'
@ -58,7 +58,7 @@ jobs:
# It can not be done before enable corepack # It can not be done before enable corepack
- name: Set up cache - name: Set up cache
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
cache: pnpm cache: pnpm
cache-dependency-path: web/pnpm-lock.yaml cache-dependency-path: web/pnpm-lock.yaml

View file

@ -24,7 +24,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Node - name: Set up Node
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: '18.17.0' node-version: '18.17.0'
@ -33,7 +33,7 @@ jobs:
# It can not be done before enable corepack # It can not be done before enable corepack
- name: Set up cache - name: Set up cache
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
cache: pnpm cache: pnpm
cache-dependency-path: web/pnpm-lock.yaml cache-dependency-path: web/pnpm-lock.yaml