Skip to content

Commit

Permalink
Update doc action to use newer checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
aslze committed Mar 5, 2023
1 parent e533d6a commit c39ad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: doc
env:
DOCTOK: ${{ secrets.DOCTOK }}
Expand Down

0 comments on commit c39ad1a

Please sign in to comment.