Skip to content

Commit

Permalink
inc action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed May 27, 2024
1 parent 99ca826 commit 8062ce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit 8062ce5

Please sign in to comment.