Skip to content

Commit

Permalink
bump cache key on extensions again
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Sep 17, 2024
1 parent 0ebafbf commit fb51f21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/positron-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,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 Expand Up @@ -139,7 +139,7 @@ jobs:
path: |
extensions
extensions/**/node_modules
key: extensions-v3-${{ runner.os }}-${{ hashFiles('extensions/yarn.lock') }}
key: extensions-v4-${{ runner.os }}-${{ hashFiles('extensions/yarn.lock') }}

- name: Cache remote node_modules
if: always() && steps.cache-remote.outputs.cache-hit != 'true'
Expand Down

0 comments on commit fb51f21

Please sign in to comment.