Skip to content

Commit f6a48ca

Browse files
Bump actions/cache from 4 to 5 (#55)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2180ba commit f6a48ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: "3.12"
2121

2222
- name: Cache
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: ${{ env.pythonLocation }}
2626
key: ${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}

0 commit comments

Comments
 (0)