From 8e66c851bcc9c13b9c3d24bfac11044655f964a5 Mon Sep 17 00:00:00 2001 From: Boris Staal Date: Sun, 9 Apr 2023 13:33:15 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 171cee3..87d9a43 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ jobs: - name: Cache Primes id: cache-primes - uses: actions/cache@v3 + uses: justvanilla/shared-gha-cache@s3 with: path: prime-numbers key: ${{ runner.os }}-primes