From 06bb89c08c7de1c84c978fd79d772011f456f4a0 Mon Sep 17 00:00:00 2001 From: Jeffrey Tse Date: Fri, 5 Apr 2024 15:23:05 +0800 Subject: [PATCH] docs: update README.md (#79) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6085110..4145231 100644 --- a/README.md +++ b/README.md @@ -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/**