Skip to content

Commit

Permalink
ci: use latest checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Feb 15, 2024
1 parent 79955f6 commit cece665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: nikeee/docfx-action@v1.0.0
name: Build Documentation
with:
Expand All @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: 'gh-pages'

Expand Down

0 comments on commit cece665

Please sign in to comment.