Skip to content

Commit faad1fc

Browse files
committed
update key cache
1 parent 5b2bf13 commit faad1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/cache@v4
8585
with:
8686
path: /tmp/rector-${{ matrix.paths }}
87-
key: ${{ runner.os }}-rector-${{ github.run_id }}-${{ matrix.paths }}
87+
key: ${{ runner.os }}-rector-${{ matrix.paths }}-${{ github.run_id }}
8888
restore-keys: ${{ runner.os }}-rector-${{ matrix.paths }}
8989

9090
- run: mkdir -p /tmp/rector-${{ matrix.paths }}

0 commit comments

Comments
 (0)