From 9c6a13805f48b3c082e91f881fb97fac9b6702ea Mon Sep 17 00:00:00 2001 From: AntoineGautier Date: Wed, 30 Aug 2023 15:57:31 +0200 Subject: [PATCH] Bump version of GH actions --- .github/workflows/docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 56640a5..871ae88 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # fetch all commits to get last updated time or other git log info fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: # choose node.js version to use node-version: '20' @@ -34,7 +34,7 @@ jobs: # delete node_modules - name: Remove File - uses: JesseTG/rm@v1.0.2 + uses: JesseTG/rm@v1.0.3 with: path: | **/node_modules @@ -42,7 +42,7 @@ jobs: # please check out the docs of the workflow for more details # @see https://github.com/crazy-max/ghaction-github-pages - name: Deploy to GitHub Pages - uses: crazy-max/ghaction-github-pages@v2 + uses: crazy-max/ghaction-github-pages@v3 with: # deploy to gh-pages branch target_branch: gh-pages