Skip to content

Commit

Permalink
ci: update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Nov 24, 2024
1 parent ed58fe6 commit 55fdbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: cp -r docs .temp
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: gh-pages
clean: false
Expand Down

0 comments on commit 55fdbe7

Please sign in to comment.