Skip to content

Commit 909467b

Browse files
authored
Merge pull request #179 from Azure-Samples/dependabot/github_actions/actions/cache-4.2.2
Bump actions/cache from 4.2.0 to 4.2.2
2 parents cb92022 + 07d74c4 commit 909467b

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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
120+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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)