Skip to content

Commit

Permalink
docs: update README.md (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Apr 5, 2024
1 parent 9e48ff1 commit 06bb89c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Use GitHub Actions' cache to cache dependencies on servers
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
.asdf/**
Expand Down

0 comments on commit 06bb89c

Please sign in to comment.