Skip to content

Commit

Permalink
fix deploy checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmaJonse committed Oct 9, 2024
1 parent 901f40a commit ac1e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
if: github.ref == 'refs/heads/main'

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
with:
lfs: 'true'

Expand Down

0 comments on commit ac1e240

Please sign in to comment.