Skip to content

Commit

Permalink
Merge pull request #3566 from ehuss/update-actions
Browse files Browse the repository at this point in the history
Update actions versions
  • Loading branch information
ehuss authored Feb 12, 2024
2 parents 309571f + 701ce4f commit c69c96a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install mdbook
Expand All @@ -20,7 +20,7 @@ jobs:
run: |
./generate-book.py
- name: Upload Artifact
uses: actions/upload-pages-artifact@v1.0.8
uses: actions/upload-pages-artifact@v3.0.1
with:
path: ./book

Expand All @@ -38,4 +38,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: deployment
uses: actions/deploy-pages@v2.0.0
uses: actions/deploy-pages@v4.0.4

0 comments on commit c69c96a

Please sign in to comment.