From 260b25958a3225b2ac911c160799b52f95af5fd1 Mon Sep 17 00:00:00 2001 From: Kim <56411016+kimsauce@users.noreply.github.com> Date: Fri, 6 Oct 2023 01:01:19 +0200 Subject: [PATCH] node and actions upgrades in pr.yml (#3170) * node and actions upgrades in pr.yml * Update .github/workflows/pr.yml * Update .github/workflows/pr.yml --- .github/workflows/pr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 60e87eb0c2..2bc6ae58c0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,11 +13,11 @@ jobs: CI: true NODE_ENV: production steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' cache: 'yarn' - name: Docusaurus Webpack cache uses: actions/cache@v3 @@ -33,10 +33,10 @@ jobs: spellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: codespell-project/actions-codespell@master name: Check spelling with: skip: "*.svg,*.js,*.map,*.css,*.scss" ignore_words_list: "aks,atleast,cros,ddress,fiel,ist,nd,ot,pullrequest,ser,shttp,wast,fo,seldomly,delt,cruzer,plack,secur,te" - path: docs \ No newline at end of file + path: docs