Skip to content

Commit 04d8d45

Browse files
authored
Updated cache github action
2 parents 4002bb2 + 1fb614d commit 04d8d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upstream-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
git -C disc rev-parse @ > last-revision
2929
cp last-revision current-revision
3030
- id: cache
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: last-revision
3434
key: uscheck-${{ matrix.branch }}-${{ hashFiles('last-revision') }}

0 commit comments

Comments
 (0)