Skip to content

Commit f3b63c7

Browse files
authored
Merge pull request #143 from Azure-Samples/dependabot/github_actions/actions/cache-4.2.0
Bump actions/cache from 4.1.2 to 4.2.0
2 parents 21b6507 + 4a8ccc4 commit f3b63c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
npm run build
118118
119119
- name: Setup mypy cache
120-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
120+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
121121
with:
122122
path: ./.mypy_cache
123123
key: mypy${{ matrix.os }}-${{ matrix.python_version }}-${{ hashFiles('requirements-dev.txt', 'src/backend/requirements.txt', 'src/backend/pyproject.toml') }}

0 commit comments

Comments
 (0)