Skip to content

Commit f045c6e

Browse files
chore(deps): bump actions/cache from 3 to 4 (OpenHands#5801)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44d12f8 commit f045c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/openhands-resolver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
contains(github.event.review.body, '@openhands-agent-exp')
101101
)
102102
)
103-
uses: actions/cache@v3
103+
uses: actions/cache@v4
104104
with:
105105
path: ${{ env.pythonLocation }}/lib/python3.12/site-packages/*
106106
key: ${{ runner.os }}-pip-openhands-resolver-${{ hashFiles('requirements.txt') }}

0 commit comments

Comments
 (0)