Skip to content

Commit 9b21e2f

Browse files
authored
Merge pull request #47 from sandialabs/dependabot/github_actions/actions/cache-5
ci(deps): bump actions/cache from 4 to 5
2 parents 6bafb99 + 490fa0b commit 9b21e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ${{ matrix.python-version }}
3131

3232
- name: Cache pip dependencies
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: ~/.cache/pip
3636
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)