Skip to content

Commit be3abd7

Browse files
committed
update weekly CI action
1 parent a7c0ebd commit be3abd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/weekly-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
id: cache-fsmod
6464
with:
6565
path: /opt/fsmod
66-
key: ${{ runner.os }}-fsmod-python-v2
66+
key: ${{ runner.os }}-fsmod-python-v3
6767

6868
- name: Install FSMod
6969
if: steps.cache-fsmod.outputs.cache-hit != 'true'
@@ -180,7 +180,7 @@ jobs:
180180
id: cache-fsmod
181181
with:
182182
path: /opt/fsmod
183-
key: ${{ runner.os }}-fsmod-python-v2
183+
key: ${{ runner.os }}-fsmod-python-v3
184184

185185
- name: Install FSMod
186186
if: steps.cache-fsmod.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)