Skip to content

Commit ab9a8ac

Browse files
build: bump actions/cache from 3 to 4 (#11)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 178f09a commit ab9a8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: pdm-project/setup-pdm@v4
3131

3232
- name: Cache the Virtual Env
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: ./.venv
3636
key: venv-${{ matrix.python-version }}-${{ hashFiles('pdm.lock') }}

0 commit comments

Comments
 (0)