mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
chore(deps): bump actions/cache from 4 to 5 (#12191)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/openhands-resolver.yml
vendored
2
.github/workflows/openhands-resolver.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
|||||||
contains(github.event.review.body, '@openhands-agent-exp')
|
contains(github.event.review.body, '@openhands-agent-exp')
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.pythonLocation }}/lib/python3.12/site-packages/*
|
path: ${{ env.pythonLocation }}/lib/python3.12/site-packages/*
|
||||||
key: ${{ runner.os }}-pip-openhands-resolver-${{ hashFiles('/tmp/requirements.txt') }}
|
key: ${{ runner.os }}-pip-openhands-resolver-${{ hashFiles('/tmp/requirements.txt') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user