From 91c1492fbd2318410b9ef346783dc03d0315eb4f Mon Sep 17 00:00:00 2001 From: Mikel Elizondo Nogales Date: Thu, 22 Feb 2024 17:53:37 +0100 Subject: [PATCH] Upgrade some github actions version --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47553ee..f8805c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,12 +9,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: 18 # Use Node.js 18 here + node-version: 20 - name: Install dependencies run: npm install @@ -26,4 +26,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build # Change this if your build output directory is different \ No newline at end of file + publish_dir: ./build # Change this if your build output directory is different