Skip to content

Commit e477b96

Browse files
authored
Merge pull request #132 from Azure-Samples/dependabot/github_actions/actions/cache-4.1.2
Bump actions/cache from 4.1.1 to 4.1.2
2 parents 614839b + da7eb1d commit e477b96

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
@@ -114,7 +114,7 @@ jobs:
114114
npm run build
115115
116116
- name: Setup mypy cache
117-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
117+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
118118
with:
119119
path: ./.mypy_cache
120120
key: mypy${{ matrix.os }}-${{ matrix.python_version }}-${{ hashFiles('requirements-dev.txt', 'src/backend/requirements.txt', 'src/backend/pyproject.toml') }}

0 commit comments

Comments
 (0)