Skip to content

Commit

Permalink
Merge pull request #1081 from vHeemstra/patch-1
Browse files Browse the repository at this point in the history
chore: Fix syntax error typo
  • Loading branch information
lvpx authored Jan 20, 2023
2 parents 9b7ef12 + b635368 commit 6c2de3b
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
@@ -117,7 +117,7 @@ jobs:
- name: Restore cached Primes
id: cache-primes-restore
- uses: actions/cache/restore@v3
uses: actions/cache/restore@v3
with:
path: |
path/to/dependencies
@@ -128,7 +128,7 @@ jobs:
.
- name: Save Primes
id: cache-primes-save
- uses: actions/cache/save@v3
uses: actions/cache/save@v3
with:
path: |
path/to/dependencies

0 comments on commit 6c2de3b

Please sign in to comment.