Skip to content

Commit f08b0a7

Browse files
authored
Merge pull request #538 from DataIntegrationGroup/dependabot/github_actions/staging/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 835a372 + 3e1e5cf commit f08b0a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Cache project virtualenv
6767
id: cache-venv
68-
uses: actions/cache@v4
68+
uses: actions/cache@v5
6969
with:
7070
path: .venv
7171
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('uv.lock') }}
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Cache project virtualenv
139139
id: cache-venv
140-
uses: actions/cache@v4
140+
uses: actions/cache@v5
141141
with:
142142
path: .venv
143143
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('uv.lock') }}

0 commit comments

Comments
 (0)