From 8062ce56d5dd313d3d85f3d5290f244fa43c80e1 Mon Sep 17 00:00:00 2001 From: neroist Date: Mon, 27 May 2024 14:09:00 -0400 Subject: [PATCH] inc action versions --- .github/workflows/docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f02590e..68fb7f2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,12 +17,12 @@ jobs: generate-doc: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Nim - uses: jiro4989/setup-nim-action@v1 + uses: jiro4989/setup-nim-action@v1.5.0 with: nim-version: stable repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -35,7 +35,7 @@ jobs: - name: Deploy to GitHub Pages if: success() - uses: crazy-max/ghaction-github-pages@v3 + uses: crazy-max/ghaction-github-pages@v4 with: build_dir: htmldocs env: