Skip to content

Commit

Permalink
bust extension cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Sep 17, 2024
1 parent 73ef47b commit c034785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/positron-full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
path: |
extensions
extensions/**/node_modules
key: extensions-v3-${{ runner.os }}-${{ hashFiles('extensions/yarn.lock') }}
key: extensions-v4-${{ runner.os }}-${{ hashFiles('extensions/yarn.lock') }}
restore-keys: |
extensions-v3-${{ runner.os }}-
extensions-v4-${{ runner.os }}-
- name: Restore cache for remote
id: cache-remote
Expand Down

0 comments on commit c034785

Please sign in to comment.