Skip to content

Commit 50e5ccc

Browse files
committed
Cache
1 parent c1aa705 commit 50e5ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/cache@v4
1414
with:
1515
path: repositories
16-
key: ${{ hashFiles('repositories.json') }}
16+
key: v2-${{ hashFiles('repositories.json') }}
1717
- uses: actions/setup-node@v6
1818
- name: configure git
1919
run: |

0 commit comments

Comments
 (0)