Skip to content

Commit

Permalink
Bump Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Oct 27, 2023
1 parent d23e79d commit 4b184e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Generate HTML
run: |
Expand All @@ -24,7 +24,7 @@ jobs:
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: '_build/html'

Expand Down

0 comments on commit 4b184e3

Please sign in to comment.