Skip to content

Commit b9575ae

Browse files
authored
Merge pull request #183 from Azure-Samples/dependabot/github_actions/actions/cache-4.2.3
Bump actions/cache from 4.2.2 to 4.2.3
2 parents e5714e6 + 45fb961 commit b9575ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 1 deletion
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
120+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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)