From 7954de81dbd7bedafe5db218cbcaf23453488425 Mon Sep 17 00:00:00 2001 From: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com> Date: Mon, 18 Jul 2022 11:20:41 +0530 Subject: [PATCH] Fix workflows (#288) --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/deploy1.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 39b3b912..d8688784 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.72.0' + hugo-version: '0.75.0' extended: true - name: Setup Go uses: actions/setup-go@v2 @@ -29,7 +29,7 @@ jobs: node-version: '12.x' - name: Cache dependencies - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/deploy1.yml b/.github/workflows/deploy1.yml index 75fdaf81..d6b2e5ba 100644 --- a/.github/workflows/deploy1.yml +++ b/.github/workflows/deploy1.yml @@ -18,21 +18,21 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.72.0' + hugo-version: '0.75.0' extended: true - name: Setup Go uses: actions/setup-go@v2 with: - go-version: ‘1.18.0’ + go-version: '1.18.0' - name: Setup Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: '12.x' + node-version: '16' - name: Cache dependencies - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}