Skip to content

Commit

Permalink
fix Last updated is not correct #278
Browse files Browse the repository at this point in the history
  • Loading branch information
harivyasi committed Nov 2, 2023
1 parent 3829871 commit ff30092
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
build_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: "npm"

Expand Down

0 comments on commit ff30092

Please sign in to comment.